URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0fef2bab0c80134dbfc66f4d3d3cf7e6f132c929
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
0fef2ba by Pascal Quantin (pascal.quantin@xxxxxxxxx):
STUN: register a new conversation dissector after receiving a ConnectionBind Success Response message
According to RFC 6062, once the connection is established, data is sent as-is
To stop the STUN dissector from interfering, add the ability to specify a starting
frame for a conversation dissector and use it
Bug: 11641
Change-Id: I65ca96bddacf70444009c0642ea22173fa68992e
Reviewed-on: https://code.wireshark.org/review/11372
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
(cherry picked from commit 9e54fcee5224aef800155514cac5e40d9e38a23e)
Reviewed-on: https://code.wireshark.org/review/11444
Actions performed:
from 45e5112 Prep for 2.0.0rc2.
adds 0fef2ba STUN: register a new conversation dissector after receiving a ConnectionBind Success Response message
Summary of changes:
asn1/snmp/packet-snmp-template.c | 2 +-
epan/conversation.c | 26 +++++++++++++++++++-------
epan/conversation.h | 11 +++++++++--
epan/dissectors/packet-atalk.c | 2 +-
epan/dissectors/packet-hartip.c | 2 +-
epan/dissectors/packet-http.c | 2 +-
epan/dissectors/packet-l2tp.c | 2 +-
epan/dissectors/packet-snmp.c | 2 +-
epan/dissectors/packet-stun.c | 7 +++++++
epan/dissectors/packet-tcp.c | 4 ++--
epan/dissectors/packet-tftp.c | 4 ++--
11 files changed, 45 insertions(+), 19 deletions(-)