URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca9c160933919a85cd22dfd1784dcc04675fb72a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ca9c160 by Hadriel Kaplan (hadrielk@xxxxxxxxx):
Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'
This fixes part-1 of bug9931: the uninitialized use of a wtap_pkthdr
struct. The second part of the bug deals with dissectors calling
the Ethernet dissector for ecnapsulated Ethernet packets but using
the wrong dissector handle to do so. That's unrelated to the issue this
commit addresses, so I'm splitting them up.
Change-Id: I87be7b736f82dd74d8c261062f88143372b5344c
Reviewed-on: https://code.wireshark.org/review/848
Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 9a977fc Add dissection of 3G Interface Type package and add some comments about the usage of variables in the h248_package_t struct.
adds ca9c160 Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'
Summary of changes:
file.c | 2 +-
frame_tvbuff.c | 2 ++
proto_hier_stats.c | 2 ++
reordercap.c | 2 ++
tshark.c | 2 ++
ui/gtk/packet_list_store.c | 2 ++
ui/qt/packet_list_model.cpp | 2 ++
ui/tap_export_pdu.c | 7 +++----
ui/text_import.c | 7 ++-----
9 files changed, 18 insertions(+), 10 deletions(-)