URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0bc1cdd9f3692e953bae2ce47fe58e5a0ab7ffd2
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0bc1cdd by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):
Fix dissection of JXTA over UDP.
Prior to this change all JXTA-over-UDP frames throw an exception after setting
COL_PROTOCOL.
The offset used when adding the protocol to the tree had already been
incremented to point to the end of the TVB; use tree_offset (which is the
current offset) instead.
This code has been here since r17282 (2006) so presumably the change is that
proto_tree_add_protocol_format() started throwing an exception when offset
points to the end of the TVB sometime between then and now.
Change-Id: Iadbcada29cd235e8abe5662b825a2d97ff6f7308
Reviewed-on: https://code.wireshark.org/review/15560
Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from b9487a7 Qt: Escape sequence dialog hint text.
adds 0bc1cdd Fix dissection of JXTA over UDP.
Summary of changes:
epan/dissectors/packet-jxta.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)