aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-04file-pcapng: fix name of expert info.Guy Harris1-1/+1
2021-06-02pcapng: set the length of the options item.Guy Harris1-0/+1
2020-12-29pcapng: add missing file format interpretation of EPB optionsJaap Keuter1-0/+83
2020-10-07file-pcapng - Dissect the Darwin flags optionJim Young1-0/+82
2020-07-07Fix Wpointer-sign warnings.Anders Broman1-4/+4
2020-07-06file-pcapng: Try to fix -Wpointer-sign warnings.Anders Broman1-21/+21
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-05-05pcapng (dissector): don't assume the endianness doesn't change.Guy Harris1-322/+376
2020-05-04Fix calculation of fractional part of time stamps.Guy Harris1-1/+1
2020-05-04MIME/pcapng: use snap length to get SPB data lengthDavid Perry1-1/+11
2020-05-04MIME/pcapng: reset interface array on new SHBDavid Perry1-0/+4
2020-05-03pcapng: pull the interface ID handling into a single routine.Guy Harris1-33/+44
2020-05-03pcapng: show some fields in decimal, not hexadecimal.Guy Harris1-9/+9
2020-05-03pcapng: fix more interface ID checks.Guy Harris1-7/+5
2020-05-03pcpang: fix test for missing IDB.Guy Harris1-9/+7
2020-05-03pcapng: expert info when packet or ISB appear without interfacesDavid Perry1-0/+18
2020-04-30pcapng: give a structure member an appropriate name.Guy Harris1-4/+4
2020-04-08Add additional checks, clean up some stuff.Guy Harris1-53/+85
2020-03-28Remove space that snuck in during editing.Guy Harris1-1/+1
2020-03-28Add support for IDB option 15 - if_hardware, for hardware description.Guy Harris1-83/+95
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-17Add support for embedding WireGuard keys in a pcapng filePeter Wu1-1/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-11-20file-pcapng: Fix name for Secrets LengthStig Bjørlykke1-1/+1
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-1/+49
2018-10-02file-pcapng.c: Add the names of block types we know about.AndersBroman1-1/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-07Don't crash if an IDB resolution value is too high.Guy Harris1-23/+98
2017-08-29MIME based pcapng dissector: Fixup apparent copy-and-pasteos.Jim Young1-11/+10
2017-06-13file-pcapng: fix capture filter dissectionPeter Wu1-2/+9
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