aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-pcapng.c
AgeCommit message (Expand)AuthorFilesLines
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-147/+7
2015-11-20File-format: Add ISO_14443 linktype for PCAP/PCAPNGMichal Labedzki1-0/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-8/+8
2015-08-25Point to GitHub for the pcapng specification.Guy Harris1-1/+1
2015-08-21file-pcapng: always set pinfo->fd->num before calling next layer dissectors/f...Pascal Quantin1-3/+7
2015-08-20file-pcapng: differentiate captured length and reported length when calling n...Pascal Quantin1-16/+37
2015-08-20file-pcapng: fix dissection of options in blocksPascal Quantin1-5/+14
2015-08-19file-pcapng: remove useless hf_pcapng_timestamp_data entryPascal Quantin1-6/+0
2015-08-18pcapng(file): fix duplicate breakAlexis La Goutte1-1/+0
2015-08-18Clean up handling of time stamps.Guy Harris1-43/+58
2015-08-18Cast away 64 -> 32 narrowing complaints.Guy Harris1-1/+1
2015-08-18Add casts to passify buildboot.AndersBroman1-2/+2
2015-08-18File-format: Add PCAP and PCAPNG dissectorsMichal Labedzki1-0/+1943