aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-20Added requirements to support DLT_AUERSWALD_LOG as already added in libpcapFrank Gorgas-Waller1-0/+3
2022-08-26DLT: Adding support to open DLT filesDr. Lars Völker1-0/+3
2022-08-16netxray: don't allow out-of-range time stamps.Guy Harris1-0/+3
2022-08-03wiretap: Do not silently limit capture lengthTomasz Moń1-14/+0
2022-06-29USBLL: Dissect speed specific linktypesTomasz Moń1-0/+8
2022-04-22Provide the section number for blocks, and show it.Guy Harris1-0/+7
2022-01-30Add ZBOSS NCP protocol dissectorVladimir Bespalov1-0/+3
2022-01-01Revert "epan: Initialize wiretap"João Valverde1-10/+0
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-4/+4
2021-11-27epan: Initialize wiretapJoão Valverde1-0/+10
2021-10-04Read eNode-B raw logsAnders Broman1-0/+4
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-1/+16
2021-08-10[#17478] free blocks in more placesDavid Perry1-2/+9
2021-07-14wiretap: clean up option definitions a bit.Guy Harris1-1/+1
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-2/+2
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-18/+12
2021-06-28nordic_ble: Update display name of nordic_ble dissectorJoakim Andersson1-1/+1
2021-06-23pcapng: add support for custom optionsMichael Tuexen1-0/+12
2021-06-22Fix some includes.Dario Lombardo1-0/+1
2021-06-16Replace g_log() calls with ws_log()João Valverde1-1/+1
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-6/+7
2021-05-24Add ws_debug() and use itJoão Valverde1-1/+1
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+1
2021-02-20BER: get rid of WTAP_FILE_TYPE_SUBTYPE_BER.Guy Harris1-0/+2
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-3/+1
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-1/+1
2021-02-06wiretap: add a mechanism for built-in modules to have a register routine.Guy Harris1-0/+3
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde1-5/+25
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris1-10/+24
2021-01-30Refer to options whose data isn't a simple data type as "structured".Guy Harris1-1/+1
2021-01-27Add an encap_table entry for WTAP_ENCAP_ETW.Guy Harris1-0/+3
2020-10-22editcap, tshark: process IDBs in the middle of input files.Guy Harris1-0/+25
2020-10-21Add a routine to make a newly-allocated copy of a block.Guy Harris1-4/+2
2020-10-21Add a routine to get the next as-yet-unfetched interface description.Guy Harris1-0/+23
2020-08-24wiretap: add Z-Wave Serial API frame type and pcap link-layer headerMikhail Gusarov1-0/+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/+91
2020-06-21pcapng: add support for new Enhanced Packet Block optionsEelco Chaudron1-0/+4
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-1/+4
2020-05-08Add an encapsulation table entry for WTAP_ENCAP_MP4.Guy Harris1-0/+3
2020-05-02wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.Guy Harris1-0/+5
2020-05-01wiretap: combine common code into a common routine.Guy Harris1-13/+14
2020-05-01Remove some single-SHB assumptions.Guy Harris1-3/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-25USBLL: Initial USB 2.0 Link Layer dissectorTomasz Moń1-0/+2
2019-07-08wiretap: Add a phone log reader.Anders Broman1-0/+4
2019-05-16wtap: remove unneeded check (CID: 1441486).Dario Lombardo1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-30/+12