aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-30pcapng: Align code name and hf name.Stig Bjørlykke1-1/+1
2017-02-18file-pcapng: Undo some unnecessary changes.Jim Young1-19/+12
2017-02-18Why you only get 16 bytes of process name.Guy Harris1-0/+15
2017-02-18file-pcapng: Add support for inspecting Apple's PKTAP enhanced pcapng filesJim Young1-15/+314
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-07-12file-pcapng.c: Apply parenthesis to fix build warningsMichael Mann1-8/+8
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-31/+20
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-8/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-03pcapng (dissector): fix 'pcapng.options.option.data.ipv4' exists multiple tim...Alexis La Goutte1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-23Fix handling of the byte order magic number.Guy Harris1-28/+26
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