aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-27Add initial support for BBLog filesMichael Tuexen1-0/+9
2021-08-10[#17478] free blocks in more placesDavid Perry1-0/+4
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry1-7/+0
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-2/+0
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-7/+7
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-13/+4
2021-06-23pcapng: add support for custom optionsMichael Tuexen1-0/+1
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-8/+8
2021-06-06pcapng: add support for custom blocksMichael Tuexen1-0/+8
2021-05-31wiretap: un-export some routines.Guy Harris1-43/+0
2021-04-09sysdig: support the most recent version of sysdigLoris Degioanni1-0/+1
2021-03-14libwiretap: make wtap_wtap_encap_to_pcap_encap() private to the library.Guy Harris1-2/+9
2021-03-08radiotap, wlancap, wiretap: make the "phy" reflect the packet modulation.Guy Harris1-2/+4
2021-02-24wiretap: make WTAP_FILE_TYPE_SUBTYPE_UNKNOWN -1 rather than an index.Guy Harris1-12/+2
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-8/+6
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-29/+68
2021-02-20BER: get rid of WTAP_FILE_TYPE_SUBTYPE_BER.Guy Harris1-0/+6
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-2/+0
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-8/+19
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-78/+5
2021-02-13wiretap: file types have a name and a description.Guy Harris1-10/+19
2021-02-10Remove the existing "custom block" mechanism:Guy Harris1-55/+0
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde1-5/+8
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris1-9/+0
2021-02-01ieee80211: Add support for S1G including PV1.Richard Sharpe1-0/+1
2021-01-27Rename WTAP_ENCAP_ETL to WTAP_ENCAP_ETW.Guy Harris1-1/+1
2021-01-19Make various max packet sizes unsigned, and clean up from that.Guy Harris1-4/+4
2020-12-17Update comments: From wtap_pkthdr to wtap_rec.Jim Young1-1/+1
2020-12-04Add a documentation comment for wtap_dump_add_idb().Guy Harris1-0/+11
2020-12-02MBIM: Update dissector to support DLT_ETWOdysseus Yang1-0/+1
2020-10-27Add a new record type REC_TYPE_SYSTEMD_JOURNAL.Guy Harris1-0/+6
2020-10-22editcap, tshark: process IDBs in the middle of input files.Guy Harris1-0/+23
2020-10-21Add a routine to get the next as-yet-unfetched interface description.Guy Harris1-0/+12
2020-10-20Add an API to determine whether a file type uses interface IDs.Guy Harris1-0/+7
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-8/+16
2020-10-11Fix many spelling errorsРоман Донченко1-4/+4
2020-10-03Update URLs pointing to the bug database.Guy Harris1-2/+2
2020-08-24wiretap: add Z-Wave Serial API frame type and pcap link-layer headerMikhail Gusarov1-0/+1
2020-08-10Bluetooth: simple HCI ISO Data packet dissectorJakub Pawlowski1-0/+1
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris1-1/+1
2020-08-07netmon: handle non-monitor-mode 802.11 packets differently.Guy Harris1-2/+3
2020-07-29wiretap: have the file's time stamp resolution be a dump parameter.Guy Harris1-0/+1
2020-07-29wiretap: add a routine to add a "fake" IDB.Guy Harris1-0/+14
2020-07-21nettl: user IDs are 32-bit in HP-UX.Guy Harris1-1/+1
2020-06-21pcapng: add support for new Enhanced Packet Block optionsEelco Chaudron1-1/+10
2020-05-27ieee80211: Add datarate for 802.11AX packetsGlenden Lee1-0/+16
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-0/+1
2020-05-01Remove some single-SHB assumptions.Guy Harris1-5/+15
2020-01-14wiretap: Add MP4 readerJakub Adam1-0/+2