| Log Message: |
Copy over revisions from the trunk:
------------------------------------------------------------------------
r24716 | wmeier | 2008-03-22 12:04:26 -0700 (Sat, 22 Mar 2008) | 5 lines
Changed paths:
M /trunk/dumpcap.c
Fix (aka workaround) for bug #2228.
Essentially: if using libcap, drop capabilities
after doing pcap_open_live.
See comment in main() for details.
------------------------------------------------------------------------
r24722 | gerald | 2008-03-24 09:22:30 -0700 (Mon, 24 Mar 2008) | 3 lines
Changed paths:
M /trunk/INSTALL
M /trunk/dumpcap.c
dumpcap.c: Fix a typo.
INSTALL: Add entries for libcap.
------------------------------------------------------------------------
r24724 | wmeier | 2008-03-24 11:32:15 -0700 (Mon, 24 Mar 2008) | 2 lines
Changed paths:
M /trunk/dumpcap.c
Fix a few typos.
------------------------------------------------------------------------
r24730 | stig | 2008-03-26 09:56:45 -0700 (Wed, 26 Mar 2008) | 4 lines
Changed paths:
M /trunk/file.c
Do not add packet length twice to cum_bytes when having a TIME REF frame.
This fixes bug 2387.
------------------------------------------------------------------------
r24732 | gerald | 2008-03-26 15:33:56 -0700 (Wed, 26 Mar 2008) | 3 lines
Changed paths:
M /trunk/gtk/follow_stream.c
Make the default save format "Raw". Make it easy to change the default
format.
------------------------------------------------------------------------
r24733 | sfisher | 2008-03-26 16:08:58 -0700 (Wed, 26 Mar 2008) | 4 lines
Changed paths:
M /trunk/gtk/follow_stream.c
Remove unterminated comment to fix compile
------------------------------------------------------------------------
r24734 | gerald | 2008-03-27 10:21:48 -0700 (Thu, 27 Mar 2008) | 3 lines
Changed paths:
M /trunk/gtk/win32-file-dlg.c
M /trunk/gtk/win32-file-dlg.h
M /trunk/image/win32-file-dlg.rc
Change the "Filter:" button in the Win32 open and merge dialogs to a
"Display filter" label.
------------------------------------------------------------------------
r24735 | gerald | 2008-03-27 10:26:59 -0700 (Thu, 27 Mar 2008) | 3 lines
Changed paths:
M /trunk/gtk/capture_file_dlg.c
Add tooltips for the filter button and text entry in the open and merge
dialogs.
------------------------------------------------------------------------
|