URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f92ed4df2d4720720080d8013da124a0eb956de7
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f92ed4d by Michael Mann (mmann78@xxxxxxxxxxxx):
Remove ipproto member of packet_info.
All situations can be handled with "shimmed" dissector functions.
Change-Id: Ic85483b32d99d3270b193c9f6b29574d8fad46a8
Reviewed-on: https://code.wireshark.org/review/5327
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 3b8ed36 DNS: NAPTR RR Replacement Length is incorrect
adds f92ed4d Remove ipproto member of packet_info.
Summary of changes:
asn1/t38/packet-t38-template.c | 15 +----------
epan/dissectors/packet-catapult-dct2000.c | 12 ---------
epan/dissectors/packet-gsm_ipa.c | 40 +++++++++++++++++------------
epan/dissectors/packet-ip.c | 7 ++---
epan/dissectors/packet-ipv6.c | 8 +++---
epan/dissectors/packet-opensafety.c | 19 ++++++++------
epan/dissectors/packet-rtp.c | 2 +-
epan/dissectors/packet-stun.c | 22 ++++++++++------
epan/dissectors/packet-t38.c | 19 +++-----------
epan/packet_info.h | 1 -
epan/wslua/wslua_pinfo.c | 4 ---
ui/qt/packet_list.cpp | 7 +++--
12 files changed, 66 insertions(+), 90 deletions(-)