aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
Commit message (Expand)AuthorAgeFilesLines
* Yet more spelling fixes.Martin Mathieson2020-09-071-1/+1
* wiretap: add Z-Wave Serial API frame type and pcap link-layer headerMikhail Gusarov2020-08-241-0/+3
* Squelch a Coverity warning.Guy Harris2020-06-021-1/+3
* sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris2020-05-091-1/+4
* ERF: split wiretap/erf.h into three files.Guy Harris2020-05-021-1/+1
* Boost the maximum packet size for LINKTYPE_USBPCAP in pcap/pcapng.Guy Harris2019-08-201-12/+17
* HTTPS In Even More Places, update some links.Guy Harris2019-07-281-2/+2
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* USBLL: Initial USB 2.0 Link Layer dissectorTomasz Moń2019-07-251-0/+3
* Clean up IPMB/I2C link-layer header types.Guy Harris2019-03-231-29/+30
* Add IEEE 802.15.4 TAP link typeJames Ko2019-02-281-0/+2
* ebhscr: increasing ebhscr snaplenPantar Ana2019-01-181-0/+5
* VPP: add vpp graph dispatch trace dissectorDave Barach2019-01-171-0/+3
* ebhscr: fixing WTAP_ENCAP_EBHSCRPantar Ana2018-12-271-0/+3
* Fix some spelling errors found by Lintian.Gerald Combs2018-12-051-1/+1
* Make the ERF code in pcap_get_phdr_size() more like the reading code.Guy Harris2018-09-261-17/+23
* Sort the pseudo-header routines in the order of the switch statements.Guy Harris2018-09-261-458/+458
* Move wtap_encap_requires_phdr() amongs the other switch statement routines.Guy Harris2018-09-261-22/+21
* Sort cases in pcap_get_phdr_size(), add a missing one for WTAP_ENCAP_NFC_LLCP.Guy Harris2018-09-261-12/+16
* Put ERF pseudo-header reading and writing into single routines.Guy Harris2018-09-261-154/+174
* Get rid of bogus copied-and-pasted comment.Guy Harris2018-09-261-1/+0
* Sort cases in pcap_write_phdr() - and add missing NFC LLCP case.Guy Harris2018-09-261-15/+35
* Put the code for writing pseudo-headers into individual routines.Guy Harris2018-09-261-107/+195
* In LINKTYPE_PPP_WITH_DIR files, any non-zero direction value means "sent".Guy Harris2018-09-261-5/+4
* Shuffle pseudo-header definitions to just before the reader function.Guy Harris2018-09-261-81/+81
* Put the pseudo-header length checks into the pseudo-header read routines.Guy Harris2018-09-261-218/+227
* Only use "libpcap" to refer to the library.Guy Harris2018-09-261-48/+50
* Get rid of unused flag argument.Guy Harris2018-09-251-21/+14
* DisplayPort AUX channel protocol dissectorDirk Eibach2018-05-101-0/+3
* Added dissector for Excentis DOCSIS31 XRA header. DLT 273. Builtin version.Bruno Verstuyft2018-02-131-0/+3
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-57/+58
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: use SPDX identifiers (partial work).Dario Lombardo2018-01-201-13/+1
* Use pcapng as the name of the file format.Guy Harris2018-01-091-4/+4
* Add IEEE 802.3br Frame Preemption Protocol dissectorAnton Glukhov2017-12-211-0/+3
* Handle LINKTYPE_JUNIPER_ST 200.Anders2017-11-151-0/+2
* wiretap: Add WTAP_ENCAP_NORDIC_BLEStig Bjørlykke2017-08-261-0/+3
* vsock: add WTAP_ENCAP_VSOCK constantStefan Hajnoczi2017-07-141-0/+3
* Add WTAP_ENCAP_3MB_ETHERNET for Xerox 3MB Ethernet.Guy Harris2017-06-221-0/+1
* Put the definition of BIT_SWAPPED_MAC_ADDRS in the file where it's used.Guy Harris2017-06-191-0/+12
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-0/+21
* LoRaTap DLT and dissectorErik de Jong2017-06-031-0/+3
* Add packet capture support for Darwin USBScott Deandrea2017-03-311-0/+3
* Handle LINKTYPE_SDLC.Guy Harris2017-03-221-1/+4
* Handle ETH_P_CANFD as well as ETH_P_CAN.Guy Harris2016-08-251-1/+7
* Go back to having only one SocketCAN LINKTYPE_ value.Guy Harris2016-08-251-41/+2
* Handle the new LINKTYPE_CAN_SOCKETCAN_HOSTENDIAN.Guy Harris2016-08-191-3/+104
* Add support for Opencontrail virtual networkRudra Rugge2016-06-211-0/+2
* *_stdup_printf -> strdup for "single string only" formatting.Michael Mann2016-06-061-1/+1
* pcap-common: Account for padding in ENCAP_ERF len and caplenAnthony Coddington2016-05-151-1/+20