http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33491
User: gerald
Date: 2010/07/12 02:04 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r33430 | stig | 2010-07-05 02:05:27 -0700 (Mon, 05 Jul 2010) | 3 lines
Changed paths:
M /trunk/epan/prefs.c
M /trunk/gtk/main_packet_list.c
M /trunk/gtk/new_packet_list.c
Revert COL_DSCP_VALUE back to value set in packet-ip.c.
Right justify COL_DSCP_VALUE (and COL_DCE_CALL as in the old packet list).
------------------------------------------------------------------------
r33433 | stig | 2010-07-05 03:53:48 -0700 (Mon, 05 Jul 2010) | 2 lines
Changed paths:
M /trunk/gtk/main_proto_draw.c
We have no first and second block when dumping bits view, so no adjustments.
------------------------------------------------------------------------
r33440 | etxrab | 2010-07-05 15:09:10 -0700 (Mon, 05 Jul 2010) | 4 lines
Changed paths:
M /trunk/gtk/main_statusbar.c
- Show droped packets counter after stopping a live capture.
- Don't show "Load time" during live capture.
- Fix indentation and minor changes to comments.
Should ignored packets be shown also when drops is known?
------------------------------------------------------------------------
r33441 | jmayer | 2010-07-05 16:21:58 -0700 (Mon, 05 Jul 2010) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-ipsec-tcp.c
So many people who love to use easy to remember ports.
Improve heuristics to exclude cases where the traffic
definitely isn't Cisco's IPSEC inside TCP.
Does this obsolete the NDMP protocol check?
------------------------------------------------------------------------
r33455 | etxrab | 2010-07-06 06:21:34 -0700 (Tue, 06 Jul 2010) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-nas_eps.c
Add miising else handling a zero msg_auth_code.
------------------------------------------------------------------------
r33458 | guy | 2010-07-06 12:37:17 -0700 (Tue, 06 Jul 2010) | 4 lines
Changed paths:
M /trunk/packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj
Don't set SDKROOT - which SDK we want depends on which OS we want this
to run on, and not setting it should default to the OS on which we're
building it (as opposed to an OS for which we might not *have* an SDK).
------------------------------------------------------------------------
Directory: /trunk-1.4/packaging/macosx/ScriptExec/ScriptExec.xcodeproj/
Changes Path Action
+0 -3 project.pbxproj Modified
Directory: /trunk-1.4/epan/dissectors/
Changes Path Action
+20 -11 packet-ipsec-tcp.c Modified
+96 -90 packet-nas_eps.c Modified
+13 -1 packet-omapi.c Modified
Directory: /trunk-1.4/epan/
Changes Path Action
+0 -1 prefs.c Modified
Directory: /trunk-1.4/gtk/
Changes Path Action
+1 -0 main_packet_list.c Modified
+3 -2 main_proto_draw.c Modified
+12 -4 main_statusbar.c Modified
+2 -0 new_packet_list.c Modified