http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51875
User: gerald
Date: 2013/09/09 11:52 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r51785 | eapache | 2013-09-05 08:48:50 -0700 (Thu, 05 Sep 2013) | 4 lines
Changed paths:
M /trunk/epan/req_resp_hdrs.c
As per the HTTP spec, prefer chunked transfer-encoding to content-length if we
get both. Fixes reassembly for
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9101
------------------------------------------------------------------------
r51789 | cmaynard | 2013-09-05 11:51:46 -0700 (Thu, 05 Sep 2013) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-gtpv2.c
Display "TEID/GRE Key" field consistently as hexadecimal since 3GPP TS 36.444 says this field is of type, "octet string".
Ref: http://ask.wireshark.org/questions/24221/decode-gtpv2-teid-as-decimal-or-hex
#BACKPORT(1.10,1.8)
------------------------------------------------------------------------
r51800 | gerald | 2013-09-06 10:39:03 -0700 (Fri, 06 Sep 2013) | 2 lines
Changed paths:
M /trunk/asn1/isdn-sup/isdn-sup.cnf
M /trunk/epan/dissectors/packet-isdn-sup.c
Deduplicate some type and field names.
------------------------------------------------------------------------
r51805 | stig | 2013-09-06 15:22:27 -0700 (Fri, 06 Sep 2013) | 2 lines
Changed paths:
M /trunk/epan/wslua/wslua_proto.c
Make the Lua dissector "init" routine work again.
------------------------------------------------------------------------
r51815 | stig | 2013-09-07 03:56:52 -0700 (Sat, 07 Sep 2013) | 3 lines
Changed paths:
M /trunk/epan/wslua/wslua_proto.c
Added syntax and range checks for Lua Prefs.range default values.
Fixed some small memory leakages.
------------------------------------------------------------------------
r51566 | jmayer | 2013-08-28 11:27:16 -0700 (Wed, 28 Aug 2013) | 4 lines
Changed paths:
M /trunk/make-version.pl
svn version 1.7.11 no longer has local .svn directories,
just one at the top level. So on my system, /trunk no longer
contains a .svn directory. Check in parent directory as well.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.10/epan/dissectors/
Changes Path Action
+1 -1 packet-gtpv2.c Modified
+100 -100 packet-isdn-sup.c Modified
Directory: /trunk-1.10/docbook/
Changes Path Action
+4 -0 release-notes.asciidoc Modified
Directory: /trunk-1.10/epan/
Changes Path Action
+38 -38 req_resp_hdrs.c Modified
Directory: /trunk-1.10/asn1/isdn-sup/
Changes Path Action
+20 -1 isdn-sup.cnf Modified
Directory: /trunk-1.10/
Changes Path Action
+1 -1 make-version.pl Modified
Directory: /trunk-1.10/epan/wslua/
Changes Path Action
+28 -19 wslua_proto.c Modified