aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-pcap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-23Avoid inhaling fumes. Do not use near open flame.Guy Harris1-1/+1
2016-01-23Get rid of now-unused expert info.Guy Harris1-10/+0
2016-01-23Fix handling of the magic number.Guy Harris1-23/+44
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-21Have a separate dissector for pcap/pcapng-format packet data.Guy Harris1-234/+6
2015-11-20File-format: Add ISO_14443 linktype for PCAP/PCAPNGMichal Labedzki1-0/+1
2015-08-20file-pcap: differentiate captured length and reported length when calling nex...Pascal Quantin1-8/+17
2015-08-18pcap: add init value.Dario Lombardo1-1/+1
2015-08-18File-format: Add PCAP and PCAPNG dissectorsMichal Labedzki1-0/+545