http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43219
User: gerald
Date: 2012/06/11 04:22 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r43174 | cmaynard | 2012-06-09 08:43:08 -0700 (Sat, 09 Jun 2012) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-syslog.c
Allow syslog to work with "Decode As" for TCP.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5241
------------------------------------------------------------------------
r43175 | cmaynard | 2012-06-09 08:54:15 -0700 (Sat, 09 Jun 2012) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-sip.c
Add sip.to.tag and sip.from.tag filters.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5226
------------------------------------------------------------------------
r43176 | cmaynard | 2012-06-09 10:08:46 -0700 (Sat, 09 Jun 2012) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-ieee80211.c
Do not use BASE_NONE for FT_UINT8 types.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7333 (I think).
------------------------------------------------------------------------
r43177 | cmaynard | 2012-06-09 10:47:58 -0700 (Sat, 09 Jun 2012) | 2 lines
Changed paths:
M /trunk/asn1/t124/packet-t124-template.c
M /trunk/epan/dissectors/packet-bzr.c
M /trunk/epan/dissectors/packet-h248_annex_e.c
M /trunk/epan/dissectors/packet-homeplug-av.c
M /trunk/epan/dissectors/packet-nflog.c
M /trunk/epan/dissectors/packet-opensafety.c
M /trunk/epan/dissectors/packet-t124.c
Do not use BASE_NONE for FT_*INT* types.
------------------------------------------------------------------------
r43178 | cmaynard | 2012-06-09 10:51:30 -0700 (Sat, 09 Jun 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-mndp.c
Do not use BASE_NONE for FT_*INT* types.
------------------------------------------------------------------------
r43179 | cmaynard | 2012-06-09 10:56:08 -0700 (Sat, 09 Jun 2012) | 2 lines
Changed paths:
M /trunk/asn1/snmp/packet-snmp-template.c
M /trunk/epan/dissectors/packet-diameter.c
M /trunk/epan/dissectors/packet-snmp.c
M /trunk/epan/dissectors/packet-vmlab.c
Do not use BASE_NONE for FT_*INT* types.
------------------------------------------------------------------------
r43180 | wmeier | 2012-06-09 11:24:09 -0700 (Sat, 09 Jun 2012) | 11 lines
Changed paths:
M /trunk/epan/dissectors/packet-uasip.c
str_to_ipaddr() had a bug; use inet_pton() instead;
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6844#c27
Also: Improve handling of an invalid value for the 'proxy IP Address'
preference. If the address is invalid, setting the preference
to "" in proto_reg_handoff...() doesn't work well.
Instead, issue a g_warning for an invalid IP address when it'
s processed in proto_reg_handoff...()
(AFAIK, there's not a way for a dissector to validate the semantic
value of a preference and report an error).
------------------------------------------------------------------------
r43181 | wmeier | 2012-06-09 11:42:20 -0700 (Sat, 09 Jun 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-uasip.c
Fix compiler error
------------------------------------------------------------------------
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+1 -1 packet-bzr.c Modified
+1 -1 packet-diameter.c Modified
+1 -1 packet-h248_annex_e.c Modified
+1 -1 packet-homeplug-av.c Modified
+3 -3 packet-ieee80211.c Modified
+1 -1 packet-mndp.c Modified
+1 -1 packet-nflog.c Modified
+1 -1 packet-opensafety.c Modified
+25 -3 packet-sip.c Modified
+1 -1 packet-snmp.c Modified
+1 -0 packet-syslog.c Modified
(5 files not shown)