Wireshark-commits: [Wireshark-commits] rev 26913: /trunk-1.0/ /trunk-1.0/packaging/macosx/ScriptExec/ScriptExec.xcodeproj/: project.pbxproj /trunk-1.0/packaging/macosx/Resources/bin/: wireshark ...
From:
gerald@xxxxxxxxxxxxx
Date: Thu, 04 Dec 2008 20:07:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26913
User: gerald
Date: 2008/12/04 12:07 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r26522 | jake | 2008-10-22 23:57:31 -0700 (Wed, 22 Oct 2008) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-http.c
Add the Content-Length header as a header string, while maintaining the content-length filter option.
------------------------------------------------------------------------
r26531 | jake | 2008-10-23 14:01:04 -0700 (Thu, 23 Oct 2008) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-cip.c
M /trunk/epan/dissectors/packet-enip.c
Let the dissectors fill the Protocol and Info columns by calling the even when tree == NULL.
------------------------------------------------------------------------
r26597 | sfisher | 2008-10-27 23:26:42 -0700 (Mon, 27 Oct 2008) | 11 lines
Changed paths:
M /trunk/packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj
Fix issue reported in bug #2979:
Change Xcode project for ScriptExec to build only i386 ("Intel") instead of
i386 & ppc ("Universal")) since none of the rest of Wireshark or its libraries
are universal. ScriptExec is placed in Wireshark.app/Contents/MacOS/Wireshark,
which then calls Wireshark.app/Contents/Resources/bin/wireshark-bin. This
will make Wireshark show up as an Intel only binary instead of universal.
ScriptExec comes from the Platypus application's source code.
------------------------------------------------------------------------
r26598 | stig | 2008-10-28 06:46:31 -0700 (Tue, 28 Oct 2008) | 2 lines
Changed paths:
M /trunk/packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj
Removed ARCHS to make it build on Intel or PowerPC.
------------------------------------------------------------------------
r26600 | stig | 2008-10-28 08:14:17 -0700 (Tue, 28 Oct 2008) | 2 lines
Changed paths:
M /trunk/packaging/macosx/Info.plist.in
Show correct dates in application info.
------------------------------------------------------------------------
r26612 | stig | 2008-10-28 14:53:39 -0700 (Tue, 28 Oct 2008) | 3 lines
Changed paths:
M /trunk/packaging/macosx/Resources/bin/wireshark
M /trunk/packaging/macosx/utility-launcher
Fix bug 2844:
Make the OSX application launch when having space in the path.
------------------------------------------------------------------------
r26626 | wmeier | 2008-10-30 12:41:27 -0700 (Thu, 30 Oct 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-giop.c
Fix bug #3017: remove un-necessary code (and thus fix a small memory leak)
------------------------------------------------------------------------
r26634 | sfisher | 2008-10-30 17:23:40 -0700 (Thu, 30 Oct 2008) | 4 lines
Changed paths:
M /trunk/gtk/follow_ssl.c
Fix bug #3018: Fix potential memory leaks
------------------------------------------------------------------------
r26635 | sfisher | 2008-10-30 17:30:23 -0700 (Thu, 30 Oct 2008) | 4 lines
Changed paths:
M /trunk/gtk/follow_udp.c
Fix bug #3019: Fix potential memory leaks
------------------------------------------------------------------------
r26636 | sfisher | 2008-10-30 17:36:51 -0700 (Thu, 30 Oct 2008) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-tacacs.c
Fix bug #3020: Fix potential memory leaks
------------------------------------------------------------------------
r26637 | sfisher | 2008-10-30 17:41:48 -0700 (Thu, 30 Oct 2008) | 4 lines
Changed paths:
M /trunk/gtk/sctp_chunk_stat_dlg.c
Fix bug #3021: Fix potential memory leak
------------------------------------------------------------------------
r26638 | sfisher | 2008-10-30 17:45:01 -0700 (Thu, 30 Oct 2008) | 4 lines
Changed paths:
M /trunk/gtk/sctp_error_dlg.c
Fix bug #3022: Fix potential memory leak
------------------------------------------------------------------------
r26734 | gerald | 2008-11-07 16:07:43 -0800 (Fri, 07 Nov 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-wlccp.c
Make sure we always increment our offset. Fixes an infinite loop.
------------------------------------------------------------------------
r26744 | etxrab | 2008-11-10 12:20:11 -0800 (Mon, 10 Nov 2008) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-h264.c
Bugfixes:
- Wrong item lengths.
- rtsp traling bits gave"Malformed packet" if not present.
- Frame_num removed as length needs info from previous packet.
------------------------------------------------------------------------
r26752 | etxrab | 2008-11-11 12:36:44 -0800 (Tue, 11 Nov 2008) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-h263.c
Fix a couple of wrong offsets, terminate dissecton where it is incomplete.
------------------------------------------------------------------------
Copy over revisions by hand:
------------------------------------------------------------------------
r26421 | stig | 2008-10-12 06:41:04 -0700 (Sun, 12 Oct 2008) | 8 lines
Changed paths:
M /trunk/gtk/color_edit_dlg.c
M /trunk/gtk/filter_dlg.c
Rewrote to use gtk_widget_modify_text() and gtk_widget_modify_base()
to change the background color for filter text edit boxes, because
gtk_widget_set_style() interacts badly with themes.
Go back to default values when filter is empty (instead of white).
Also rewrote the same in the "Edit Color Filter" dialog.
------------------------------------------------------------------------
r26746 | etxrab | 2008-11-10 12:25:38 -0800 (Mon, 10 Nov 2008) | 2 lines
Changed paths:
M /trunk/asn1/snmp/packet-snmp-template.c
M /trunk/epan/dissectors/packet-snmp.c
M /trunk/epan/oids.c
M /trunk/epan/oids.h
From Paul Stath:
Dissector fails for OIDs with MacAddress in index.
------------------------------------------------------------------------
Back out some debugging statements that snuck into the last checkin.
Update the release notes.
Directory: /trunk-1.0/packaging/macosx/ScriptExec/ScriptExec.xcodeproj/
Changes Path Action
+0 -4 project.pbxproj Modified
Directory: /trunk-1.0/packaging/macosx/Resources/bin/
Changes Path Action
+1 -1 wireshark Modified
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+9 -9 packet-cip.c Modified
+33 -31 packet-enip.c Modified
+0 -3 packet-giop.c Modified
+9 -7 packet-h263.c Modified
+15 -11 packet-h264.c Modified
+16 -3 packet-http.c Modified
+8 -4 packet-snmp.c Modified
+6 -2 packet-tacacs.c Modified
+1 -6 packet-tcp.c Modified
(13 files not shown)