aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcap_pktdata.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-19PCAP PKTDATA: Fix Dead Store (Dead assignement/Dead increment) Warning found ...Alexis La Goutte1-2/+0
2016-01-18Have the "maybe an FCS" version of the Ethernet dissector take a data argument.Guy Harris1-1/+20
2016-01-16Add WTAP_ENCAP_NFC_LLCP to the list of types require a pseudo-header.Guy Harris1-4/+6
2016-01-16Get rid of unused stuff.Guy Harris1-5/+0
2016-01-16Don't call dissectors that require a pseudo-header if we can't generate one.Guy Harris1-68/+100
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23Pcap (pktdata): fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2015-11-21Have a separate dissector for pcap/pcapng-format packet data.Guy Harris1-0/+372