URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9dc332454aa50e62e68d854cb03eee615b8999f1
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9dc3324 by Bill Meier (wmeier@xxxxxxxxxxx):
Various minor dissector fixes/changes
- Fix a few minor bugs;
- Remove unneeded #includes;
- Do some whitespace/long_lines formatting changes.
Change-Id: I97239fa20727498604682239cda0e1b87b10f4bc
Reviewed-on: https://code.wireshark.org/review/3434
Petri-Dish: Bill Meier <wmeier@xxxxxxxxxxx>
Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
Actions performed:
from 79c55a3 Fix Bug #10348 Different dissection results for same file. The fault is that reassembly_table_init() must be called when reloading the file - move it to an init routine and register the init routine. While there move the proto_register_opcua() routine to the end of the file to be more consistent with other dissectors. Change soft deprecated APIs
adds 9dc3324 Various minor dissector fixes/changes
Summary of changes:
epan/dissectors/packet-aruba-iap.c | 6 +-
epan/dissectors/packet-bencode.c | 153 ++++++++++++++++++++----------------
epan/dissectors/packet-hdmi.c | 21 +++--
epan/dissectors/packet-hdmi.h | 3 -
epan/dissectors/packet-logcat.c | 6 +-
epan/dissectors/packet-pathport.c | 19 ++---
epan/dissectors/packet-vp8.c | 89 +++++++++++----------
7 files changed, 154 insertions(+), 143 deletions(-)