aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-11Fix checks for SocketCAN field availability.Guy Harris1-36/+35
2024-02-11Byte-swap CAN XL headers in LINKTYPE_LINUX_SLL/LINKTYPE_LINUX_SLL2 packets.Guy Harris1-40/+75
2023-12-31wtap: Add DLT for DECT_NRStig Bjørlykke1-0/+3
2023-11-01pcapng: convert FCS lengths between bytes and bits.Guy Harris1-1/+9
2023-08-23mdb: use DLT_MDB for the MDB dissectorMartin Kaiser1-0/+3
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-05-08Add WTAP bindings for silabs debug channel, DLT 298.Timotej Ecimovic1-0/+3
2023-04-08uci: Implement UCI packet dissectorHenri Chataing1-0/+3
2023-03-30wiretap dump: automatically increase bytes_dumpedDavid Perry1-15/+0
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-14Linux USB: fix incorrect values for the packet length.Guy Harris1-0/+167
2022-06-29USBLL: Dissect speed specific linktypesTomasz Moń1-0/+5
2022-02-20pcap/pcapng: byte-swap the CAN ID field in CAN pseudo-headers for SLL2.Guy Harris1-1/+52
2022-02-01pflog: byte swap UID and PID fields in the header if necessary.Guy Harris1-0/+59
2022-01-30Add ZBOSS NCP protocol dissectorVladimir Bespalov1-0/+3
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-20/+20
2021-10-24Increase max packet size for all USB encapsulation formatsAidan MacDonald1-0/+4
2021-06-28nordic_ble: Update display name of nordic_ble dissectorJoakim Andersson1-1/+1
2021-06-18pcap-common: set the time stamp precision correctly for LINKTYPE_ERF.Guy Harris1-0/+9
2021-04-28Don't cast away upper bits when assigning to a nstime_t's secs field.Guy Harris1-1/+1
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-5/+5
2021-01-27Rename WTAP_ENCAP_ETL to WTAP_ENCAP_ETW.Guy Harris1-2/+3
2020-12-02MBIM: Update dissector to support DLT_ETWOdysseus Yang1-0/+3
2020-10-11Fix many spelling errorsРоман Донченко1-1/+1
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-08-24wiretap: add Z-Wave Serial API frame type and pcap link-layer headerMikhail Gusarov1-0/+3
2020-06-02Squelch a Coverity warning.Guy Harris1-1/+3
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-1/+4
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris1-1/+1
2019-08-20Boost the maximum packet size for LINKTYPE_USBPCAP in pcap/pcapng.Guy Harris1-12/+17
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-25USBLL: Initial USB 2.0 Link Layer dissectorTomasz Moń1-0/+3
2019-03-23Clean up IPMB/I2C link-layer header types.Guy Harris1-29/+30
2019-02-28Add IEEE 802.15.4 TAP link typeJames Ko1-0/+2
2019-01-18ebhscr: increasing ebhscr snaplenPantar Ana1-0/+5
2019-01-17VPP: add vpp graph dispatch trace dissectorDave Barach1-0/+3
2018-12-27ebhscr: fixing WTAP_ENCAP_EBHSCRPantar Ana1-0/+3
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-09-26Make the ERF code in pcap_get_phdr_size() more like the reading code.Guy Harris1-17/+23
2018-09-26Sort the pseudo-header routines in the order of the switch statements.Guy Harris1-458/+458
2018-09-26Move wtap_encap_requires_phdr() amongs the other switch statement routines.Guy Harris1-22/+21
2018-09-26Sort cases in pcap_get_phdr_size(), add a missing one for WTAP_ENCAP_NFC_LLCP.Guy Harris1-12/+16
2018-09-26Put ERF pseudo-header reading and writing into single routines.Guy Harris1-154/+174
2018-09-26Get rid of bogus copied-and-pasted comment.Guy Harris1-1/+0
2018-09-26Sort cases in pcap_write_phdr() - and add missing NFC LLCP case.Guy Harris1-15/+35
2018-09-26Put the code for writing pseudo-headers into individual routines.Guy Harris1-107/+195
2018-09-26In LINKTYPE_PPP_WITH_DIR files, any non-zero direction value means "sent".Guy Harris1-5/+4
2018-09-26Shuffle pseudo-header definitions to just before the reader function.Guy Harris1-81/+81