URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=330162378440b44b6faeaea20c868e70c48d228a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3301623 by Guy Harris (guy@xxxxxxxxxxxx):
Add WTAP_ENCAP_NFC_LLCP to the list of types require a pseudo-header.
Discovered by changing wtap_encap_requires_phdr() to use a switch
statement and comparing the case arms.
Change-Id: I2a23b86ddfbc88c1b3251a0e97f7f00ee93f630e
Reviewed-on: https://code.wireshark.org/review/13341
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 49fe90f Have the pcap_pktdata dissector dissect the payload.
adds 3301623 Add WTAP_ENCAP_NFC_LLCP to the list of types require a pseudo-header.
Summary of changes:
epan/dissectors/packet-pcap_pktdata.c | 10 ++++++----
wiretap/pcap-common.c | 28 +++++++++++++++-------------
2 files changed, 21 insertions(+), 17 deletions(-)