aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-07wiretap, pcapng: Distinguish WTAP_ENCAP_UNKNOWN and _NONEJohn Thacker1-1/+12
2023-01-30wiretap: Preserve NRBs with editcap, mergecap, and tsharkJohn Thacker1-3/+18
2023-01-08ALP: add dissector for ALP protocol (ATSC3.0 A/330)Sergey V. Lobanov1-0/+1
2022-10-31addr_resolv: add support for static hostname entriesChuck Craft1-2/+2
2022-10-21Increased EBHSCR packet sizeCar Benjamin1-1/+1
2022-09-20Added requirements to support DLT_AUERSWALD_LOG as already added in libpcapFrank Gorgas-Waller1-0/+1
2022-08-26DLT: Adding support to open DLT filesDr. Lars Völker1-0/+1
2022-08-25Add a comment explaining WTAP_NSTIME_32BIT_SECS_MAX.Guy Harris1-0/+22
2022-08-24wiretap: Fix build on 32-bit LinuxStig Bjørlykke1-0/+2
2022-08-16netxray: don't allow out-of-range time stamps.Guy Harris1-2/+6
2022-06-29USBLL: Dissect speed specific linktypesTomasz Moń1-0/+3
2022-04-22Provide the section number for blocks, and show it.Guy Harris1-4/+6
2022-03-17ieee80211-radiotap: Add support for headers to be bit-based as well as TLVs.Richard Sharpe1-0/+1
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-3/+14
2022-03-14wiretap: Fix doxygen commentsMoshe Kaplan1-43/+59
2022-02-09Specify directory for temporary capturesDavid Perry1-1/+3
2022-01-30Add ZBOSS NCP protocol dissectorVladimir Bespalov1-0/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-3/+1
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-10-04Read eNode-B raw logsAnders Broman1-0/+1
2021-09-30Qt: Reload Lua FileHandler when having a capture fileStig Bjørlykke1-0/+2
2021-09-11wiretap: Add zstd and lz4 as WTAP compression typesJohn Thacker1-1/+3
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