http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28404
User: gerald
Date: 2009/05/18 03:51 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r27663 | stig | 2009-03-08 15:31:28 -0700 (Sun, 08 Mar 2009) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-user_encap.c
M /trunk/epan/uat.h
Don't use ep_strndup() to copy the uat protocol name, because the value
can be free'ed before we use it. Allocate the string like we do for
other strings and copy/free the memory in the appropriate copy_cb/free_cb
functions. This is only used in the DLT_USER table yet.
------------------------------------------------------------------------
r27714 | stig | 2009-03-12 15:06:59 -0700 (Thu, 12 Mar 2009) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-s5066.c
From Menno Andriesse:
Check for correct tx_mode in dissect_s5066_21() and dissect_s5066_25().
------------------------------------------------------------------------
r28031 | guy | 2009-04-10 20:56:14 -0700 (Fri, 10 Apr 2009) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-rtcp.c
Get the offset of the padding count correct (it has nothing to do with
the amount of captured packet data, so calculating it must not involve
tvb_length_remaining()), and, when processing the padding, count the
padding count octet in the offset, so that the length check is correct.
------------------------------------------------------------------------
r28046 | sake | 2009-04-14 09:38:08 -0700 (Tue, 14 Apr 2009) | 8 lines
Changed paths:
M /trunk/doc/tshark.pod
Add a note for -z io,stat,<interval>,<filter>,<filter>,... to use "." as
a decimal separator, as the "," will make the command fail.
(of course it would be nice to have this fixed, but for now, it at least
informs the user how to work around the issue)
------------------------------------------------------------------------
r28058 | wmeier | 2009-04-15 13:01:45 -0700 (Wed, 15 Apr 2009) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-sccp.c
packet_sccp.c: Init an uninit'd variable which was the cause of intermittent crashes.
Fixes Bug #3409 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3409)
------------------------------------------------------------------------
r28088 | sake | 2009-04-19 13:28:18 -0700 (Sun, 19 Apr 2009) | 8 lines
Changed paths:
M /trunk/epan/dissectors/packet-ssl.c
When a frame contains the remainder of a previous PDU and a new PDU, the
protocol tree would show two "Secure Socket Layer" branches and the INFO
column would fail to show the content type of the second PDU. Don't give
control back to TCP for the second PDU by just fetching the remaining bytes
of the first PDU, but ask for a whole new segment so that all processing
will be done within the SSL dissector itself.
------------------------------------------------------------------------
Copy over revisions by hand:
------------------------------------------------------------------------
r28397 | gerald | 2009-05-18 13:30:55 -0700 (Mon, 18 May 2009) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-sccp.c
Use se_alloc0 and ep_alloc0.
------------------------------------------------------------------------
r28128 | gerald | 2009-04-22 10:42:47 -0700 (Wed, 22 Apr 2009) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-pcnfsd.c
M /trunk/epan/dissectors/packet-rpc.c
M /trunk/epan/dissectors/packet-rpc.h
From Mark Cave-Ayland: Fix a crash in the PCNFSD dissector.
From me: Apply Mark's fix to the ident string. Add public #defines for
the special strings that dissect_rpc_* might return and use them in
PCNFSD. Replace a manual buffer allocation with ep_strdup_printf.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+8 -2 packet-pcnfsd.c Modified
+4 -7 packet-rpc.c Modified
+4 -0 packet-rpc.h Modified
+95 -82 packet-rtcp.c Modified
+3 -3 packet-s5066.c Modified
+5 -10 packet-sccp.c Modified
+9 -1 packet-ssl.c Modified
+21 -3 packet-user_encap.c Modified
Directory: /trunk-1.0/doc/
Changes Path Action
+7 -3 tshark.pod Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+16 -11 release-notes.xml Modified
(1 file not shown)