aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-31wtap: Add DLT for DECT_NRStig Bjørlykke1-0/+3
2023-12-07Improve interface displaying and writing with multiple sectionsJohn Thacker1-0/+14
2023-11-28pcapng: support the if_tsoffset option.Guy Harris1-0/+8
2023-11-27Handle the if_fcslen option as having an unsigned 1-byte value.Guy Harris1-4/+3
2023-11-21GNSS: add wiretap for EGNOS Message Server (EMS) filesTimo Warns1-0/+3
2023-11-07Qt: Add DSBs info to capture file propertiesJohn Thacker1-0/+18
2023-10-19Sysdig: Use libsinsp for native syscallsGerald Combs1-21/+12
2023-10-10wiretap: set WS_LOG_DOMAIN to LOG_DOMAIN_WIRETAP if wslog.h is used.Guy Harris1-0/+2
2023-10-10wiretap: don't include wslog.h if you don't use anything from it.Guy Harris1-1/+0
2023-09-28pcapng: Add Sysdig meta event typesGerald Combs1-0/+37
2023-09-17Fix some spelling errorsMartin Mathieson1-1/+1
2023-09-12Get rid of some places that handled specific timestamp resolutions.Guy Harris1-65/+47
2023-08-23mdb: use DLT_MDB for the MDB dissectorMartin Kaiser1-0/+3
2023-08-19Add wtap_buffer_append_epdu_string() to add a string TLV to an EPDU.Guy Harris1-0/+17
2023-06-29wiretap: Make tsprec optional in wtap_generate_idb()Stig Bjørlykke1-4/+2
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-15Inject secrets through the GUIJohn Thacker1-0/+20
2023-06-03wiretap: Generate IDBs from packets when necessaryJohn Thacker1-0/+14
2023-06-03wiretap: Unify IDB generation into a common functionJohn Thacker1-14/+27
2023-05-08Add WTAP bindings for silabs debug channel, DLT 298.Timotej Ecimovic1-0/+6
2023-03-14wiretap: fix some narrowing warnings.Guy Harris1-1/+1
2023-03-14wiretap: routines to generate "Exported PDU" dataDavid Perry1-1/+72
2023-02-07wiretap, pcapng: Distinguish WTAP_ENCAP_UNKNOWN and _NONEJohn Thacker1-3/+10
2023-02-06CMake: Cleanup unnecessary linking with shared librariesJoão Valverde1-1/+1
2023-01-30wiretap: Preserve NRBs with editcap, mergecap, and tsharkJohn Thacker1-27/+28
2023-01-21wiretap: Reprocess Name Resolution Blocks during redissectJohn Thacker1-4/+71
2023-01-08ALP: add dissector for ALP protocol (ATSC3.0 A/330)Sergey V. Lobanov1-0/+3
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