http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26483
User: gerald
Date: 2008/10/16 01:21 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r26409 | jake | 2008-10-10 10:55:51 -0700 (Fri, 10 Oct 2008) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-mp2t.c
Let the dissector call its subdissectors, even when tree==NULL.
------------------------------------------------------------------------
r26425 | jake | 2008-10-12 23:54:19 -0700 (Sun, 12 Oct 2008) | 2 lines
Changed paths:
M /trunk/rawshark.c
Fix for bug 2823:
Do not pass automatic variable back into caller space.
------------------------------------------------------------------------
r26437 | gerald | 2008-10-13 11:32:49 -0700 (Mon, 13 Oct 2008) | 2 lines
Changed paths:
M /trunk/Makefile.nmake
Create a manifest for rawshark.exe.
------------------------------------------------------------------------
r26475 | tuexen | 2008-10-16 03:11:24 -0700 (Thu, 16 Oct 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-dtls.c
Bugfix from Robin Seggelmann for Certificate Request messages.
------------------------------------------------------------------------
Copy over the following revisions by hand:
------------------------------------------------------------------------
r26426 | jake | 2008-10-12 23:56:27 -0700 (Sun, 12 Oct 2008) | 3 lines
Changed paths:
M /trunk/asn1/snmp/packet-snmp-template.c
M /trunk/epan/dissectors/packet-snmp.c
Fix for bug 2823
Do not pass automatic variables back into caller space.
------------------------------------------------------------------------
r26458 | jake | 2008-10-14 13:04:06 -0700 (Tue, 14 Oct 2008) | 3 lines
Changed paths:
M /trunk/gtk/main_menu.c
Fix for bug 2964.
When right click on any packet (From Packet List) - > "Export Selected Packet Bytes" you
get "No data selected to save!" MessageBox. This option should not be in this menu at all.
------------------------------------------------------------------------
r26469 | gerald | 2008-10-15 14:43:00 -0700 (Wed, 15 Oct 2008) | 10 lines
Changed paths:
M /trunk/airpcap_loader.c
M /trunk/gtk/airpcap_dlg.c
M /trunk/gtk/main_airpcap_toolbar.c
Keep the wireless toolbar extension channel entry from inadvertently
setting its value to -1. Fix a bug that kept the wireless toolbar from
being enabled if HAVE_PCAP_REMOTE was defined. Fix a couple of other
minor issues.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+1 -1 packet-dtls.c Modified
+3 -5 packet-mp2t.c Modified
+6 -2 packet-snmp.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+19 -1 release-notes.xml Modified
Directory: /trunk-1.0/gtk/
Changes Path Action
+7 -3 airpcap_dlg.c Modified
+7 -3 main.c Modified
+1 -4 menu.c Modified
Directory: /trunk-1.0/asn1/snmp/
Changes Path Action
+6 -2 packet-snmp-template.c Modified
Directory: /trunk-1.0/
Changes Path Action
+3 -0 Makefile.nmake Modified
+5 -1 airpcap_loader.c Modified
+2 -2 rawshark.c Modified