URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=52b1ca6cddc05b49dc1273eb67dd07a2602b5db6
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
52b1ca6 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Make TCP and UDP functions available for plugins
Change-Id: I77b6a12f3ab23ccb318e68a27251727716b3bc12
Reviewed-on: https://code.wireshark.org/review/1931
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from e50fe32 LLDP : Fix bug in mdi_power_source hf. While it compiles fine, hits an assert in add_string : failed assertion "hfinfo->type == FT_STRING || hfinfo->type == FT_STRINGZ || hfinfo->type == FT_STRINGZPAD"
adds 52b1ca6 Make TCP and UDP functions available for plugins
Summary of changes:
epan/dissectors/packet-tcp.h | 6 +++---
epan/dissectors/packet-udp.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)