http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19713
User: gerald
Date: 2006/10/26 11:23 PM
Log:
Copy over revisions 19680, 19687, 19693, 19694, and 19712 from the trunk.
------------------------------------------------------------------------
r19680 | gram | 2006-10-25 08:16:49 -0700 (Wed, 25 Oct 2006) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-radiotap.c
Fix bug 1085 -- handle the various ways that a radiotap frame can
have an FCS. Also, clean up the parsing and presentation of the various
flags, and show some that aren't already shown.
------------------------------------------------------------------------
r19687 | guy | 2006-10-25 12:48:54 -0700 (Wed, 25 Oct 2006) | 4 lines
Changed paths:
M /trunk/gtk/rtp_player.c
Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, so
null out the pointer to it. This prevents a freed pixbuf from being
used.
------------------------------------------------------------------------
r19693 | ulfl | 2006-10-25 16:54:56 -0700 (Wed, 25 Oct 2006) | 1 line
Changed paths:
M /trunk/gtk/airpcap_gui_utils.c
the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are pretty misleading. I've changed it to "AirPcap interface: Not selected" which might be more helpful
------------------------------------------------------------------------
r19694 | ulfl | 2006-10-25 17:39:05 -0700 (Wed, 25 Oct 2006) | 3 lines
Changed paths:
M /trunk/gtk/airpcap_dlg.c
don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.
It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster.
------------------------------------------------------------------------
r19712 | gerald | 2006-10-26 14:53:30 -0700 (Thu, 26 Oct 2006) | 3 lines
Changed paths:
M /trunk/airpcap_loader.c
Add a lot of sanity checks, particularly to get_airpcap_interface_list(),
which should fix bug 1176. Fix up whitespace and indentation.
Directory: /trunk-0.99.4/epan/dissectors/
Changes Path Action
+254 -53 packet-radiotap.c Modified
Directory: /trunk-0.99.4/gtk/
Changes Path Action
+18 -91 airpcap_dlg.c Modified
+8 -6 airpcap_gui_utils.c Modified
+1 -0 rtp_player.c Modified
Directory: /trunk-0.99.4/
Changes Path Action
+616 -590 airpcap_loader.c Modified