Wireshark-commits: [Wireshark-commits] rev 23755: /trunk-0.99.7/ /trunk-0.99.7/aclocal-fallback/: libsmi.m4 /trunk-0.99.7/asn1/ansi_map/: ansi_map.asn /trunk-0.99.7/epan/dissectors/: packet-ansi_map.c packet-ansi_map.h ...
From:
gerald@xxxxxxxxxxxxx
Date: Tue, 04 Dec 2007 20:10:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23755
User: gerald
Date: 2007/12/04 08:10 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r23612 | morriss | 2007-11-26 15:06:07 -0800 (Mon, 26 Nov 2007) | 6 lines
Changed paths:
M /trunk/asn1/mpeg-audio/packet-mpeg-audio-template.c
M /trunk/epan/dissectors/packet-mpeg-audio.c
M /trunk/wiretap/mpeg-audio.c
M /trunk/wiretap/mpeg-audio.h
Get rid of the global data structures populated by wiretap/mpeg-audio but
used by the mpeg-audio dissector: instead keep the data inside the wiretap
module and add accessor functions. I think this should fix
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 and anyway it's
cleaner.
------------------------------------------------------------------------
r23616 | ulfl | 2007-11-26 17:49:40 -0800 (Mon, 26 Nov 2007) | 1 line
Changed paths:
M /trunk/wiretap/wtap.def
fix mpa_... problems
------------------------------------------------------------------------
r23676 | gerald | 2007-11-29 16:45:12 -0800 (Thu, 29 Nov 2007) | 3 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/aclocal-fallback/libsmi.m4
M /trunk/configure.in
M /trunk/epan/Makefile.am
Add a directory argument and some default directories to "configure
--with-libsmi".
------------------------------------------------------------------------
r23702 | kukosa | 2007-12-03 05:48:45 -0800 (Mon, 03 Dec 2007) | 1 line
Changed paths:
M /trunk/asn1/snmp/snmp.cnf
M /trunk/epan/dissectors/packet-snmp.c
fix confusion in tag handling
------------------------------------------------------------------------
r23704 | morriss | 2007-12-03 09:32:02 -0800 (Mon, 03 Dec 2007) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-mtp3mg.c
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2063 : there's only 1 octet of FSN in non-ANSI COO/COA's.
------------------------------------------------------------------------
r23705 | morriss | 2007-12-03 10:12:25 -0800 (Mon, 03 Dec 2007) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-sccp.c
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2059 : reassemble XUDTS, too
------------------------------------------------------------------------
r23723 | etxrab | 2007-12-03 14:22:25 -0800 (Mon, 03 Dec 2007) | 2 lines
Changed paths:
M /trunk/asn1/ansi_map/ansi_map.asn
M /trunk/epan/dissectors/packet-ansi_map.c
M /trunk/epan/dissectors/packet-ansi_map.h
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2057
The tag for PSTNTermination is [95].
------------------------------------------------------------------------
r23728 | gerald | 2007-12-03 16:23:56 -0800 (Mon, 03 Dec 2007) | 4 lines
Changed paths:
M /trunk/gtk/capture_file_dlg.c
If we're using the native Windows file dialog, don't bother to see if the
file exists before we try to save it. The Windows file dialog code does that
for us.
------------------------------------------------------------------------
r23729 | stig | 2007-12-03 16:36:39 -0800 (Mon, 03 Dec 2007) | 3 lines
Changed paths:
M /trunk/gtk/io_stat.c
Simplified y-positions for FBAR and DOT to ensure out-of-graph values are
drawn as they should be. I hope this is the last fix this time...
------------------------------------------------------------------------
r23753 | gerald | 2007-12-04 10:43:40 -0800 (Tue, 04 Dec 2007) | 3 lines
Changed paths:
M /trunk/epan/libwireshark.def
M /trunk/epan/oids.c
M /trunk/epan/oids.h
M /trunk/gtk/about_dlg.c
Add an oid_get_default_mib_path() function, and use it to display the MIB
path in About->Folders.
------------------------------------------------------------------------
r23754 | guy | 2007-12-04 11:39:09 -0800 (Tue, 04 Dec 2007) | 4 lines
Changed paths:
M /trunk/epan/oids.c
M /trunk/epan/oids.h
Only define oid_get_default_mib_path() if we have libsmi.
Explicitly mark it as having no arguments.
------------------------------------------------------------------------
Directory: /trunk-0.99.7/aclocal-fallback/
Changes Path Action
+114 -25 libsmi.m4 Modified
Directory: /trunk-0.99.7/asn1/ansi_map/
Changes Path Action
+2 -1 ansi_map.asn Modified
Directory: /trunk-0.99.7/epan/dissectors/
Changes Path Action
+4 -4 packet-ansi_map.c Modified
+2 -2 packet-ansi_map.h Modified
+6 -6 packet-mpeg-audio.c Modified
+7 -6 packet-mtp3mg.c Modified
+64 -3 packet-sccp.c Modified
+18 -78 packet-snmp.c Modified
Directory: /trunk-0.99.7/epan/
Changes Path Action
+2 -2 Makefile.am Modified
+1 -0 libwireshark.def Modified
+183 -152 oids.c Modified
(11 files not shown)