Wireshark-commits: [Wireshark-commits] rev 30927: /trunk-1.2/ /trunk-1.2/epan/dissectors/: packet-d
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30927
User: gerald
Date: 2009/11/10 02:09 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r29969 | etxrab | 2009-09-17 06:53:52 -0700 (Thu, 17 Sep 2009) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-nas_eps.c
Fix bug in IE decoding.
------------------------------------------------------------------------
r30747 | guy | 2009-10-28 11:19:54 -0700 (Wed, 28 Oct 2009) | 4 lines
Changed paths:
M /trunk/doc/README.developer
From Nemeth Marton: in an example of a valid (at least at the C language
level) way to handle passing the result of strlen() to a routine
expecting a int-sized value, mark it as "OK", not "Compiler warning".
------------------------------------------------------------------------
r30764 | jake | 2009-10-29 15:14:54 -0700 (Thu, 29 Oct 2009) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-rtcp.c
Handle padded RTCP packets ending with SDES correctly as well.
------------------------------------------------------------------------
r30790 | jake | 2009-11-01 03:52:32 -0800 (Sun, 01 Nov 2009) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-dcerpc.c
From Markus Koetter:
Wireshark fails dissecting dce rpc bind acks, if the bind request had more than 1 ctx.
------------------------------------------------------------------------
r30809 | jake | 2009-11-03 15:01:03 -0800 (Tue, 03 Nov 2009) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-netflow.c
From Jason Rusmisel:
The netflow implementation has a bug where the code exists to extract four
fields from a packet, however, the decoder for these fields has not been
registered in proto_register_netflow in the hf_register_info array.
The fix is to include decoders for the fields in the proto_register_netflow.
------------------------------------------------------------------------
r30822 | etxrab | 2009-11-04 08:39:52 -0800 (Wed, 04 Nov 2009) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-tipc.c
Register by name.
------------------------------------------------------------------------
r30823 | etxrab | 2009-11-04 08:40:52 -0800 (Wed, 04 Nov 2009) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-iax2.c
Check if we have a handle for "v110".
------------------------------------------------------------------------
r30839 | gerald | 2009-11-05 14:23:41 -0800 (Thu, 05 Nov 2009) | 2 lines
Changed paths:
M /trunk/gtk/capture_if_dlg.c
Draw little wireless icons for AirPcap adapters.
------------------------------------------------------------------------
r30846 | gerald | 2009-11-06 10:08:59 -0800 (Fri, 06 Nov 2009) | 2 lines
Changed paths:
M /trunk/gtk/capture_if_dlg.c
Add some null pointer checks. This is a blind attempt to fix bug 4155.
------------------------------------------------------------------------
Apply by hand:
------------------------------------------------------------------------
r30829 | jake | 2009-11-04 22:59:27 -0800 (Wed, 04 Nov 2009) | 1 line
Changed paths:
M /trunk/image/wssplash-dev.xpm
Fix the property list.
------------------------------------------------------------------------
r30855 | jake | 2009-11-07 03:24:05 -0800 (Sat, 07 Nov 2009) | 8 lines
Changed paths:
M /trunk/epan/dissectors/packet-ip.c
From Filipe David Borba Manana:
Since it was named Ethereal and up to today, Wireshark wrongly parses
the IPv4 header flags field:
* it considers it as a 4 bits wide field - according to RFC 791 its a 3 bits
wide field (first 3 bits of the 6th octect of the IPv4 header).
* if for example the DF bit is set, Wireshark displays the flag value as 0x04
(0100) when it should be 0x02 (010), idem for the MF flag.
Attached to this bug report, you can find a patch to fix the issue.
------------------------------------------------------------------------
Directory: /trunk-1.2/epan/dissectors/
Changes Path Action
+2 -2 packet-dcerpc.c Modified
+5 -1 packet-iax2.c Modified
+20 -10 packet-ip.c Modified
+27 -7 packet-nas_eps.c Modified
+20 -0 packet-netflow.c Modified
+4 -3 packet-rtcp.c Modified
+3 -0 packet-tipc.c Modified
Directory: /trunk-1.2/doc/
Changes Path Action
+1 -1 README.developer Modified
Directory: /trunk-1.2/docbook/
Changes Path Action
+12 -152 release-notes.xml Modified
Directory: /trunk-1.2/gtk/
Changes Path Action
+10 -5 capture_if_dlg.c Modified
(1 file not shown)