aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-pcap.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-25/+25
2023-07-20Fix a spelling error in file-pcap.cMartin Mathieson1-2/+2
2023-07-18file-pcap, file-pcapng: use names from the specs for packet lengths.Guy Harris1-29/+29
2023-07-14Improve consistency of includesDr. Lars Völker1-1/+1
2023-05-11tools/delete_includes.py: reworkMartin Mathieson1-1/+0
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2020-03-21Fix the nanosecond-resolution pcap magic numbers.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-11-26PCAP: Add expert info to too long framesJaap Keuter1-1/+13
2018-04-13file-pcap: expert info if captured len > reported lenMartin Kaiser1-1/+20
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
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