aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-26Put the pseudo-header length checks into the pseudo-header read routines.Guy Harris1-218/+227
2018-09-26Only use "libpcap" to refer to the library.Guy Harris1-48/+50
2018-09-25Get rid of unused flag argument.Guy Harris1-21/+14
2018-05-10DisplayPort AUX channel protocol dissectorDirk Eibach1-0/+3
2018-02-13Added dissector for Excentis DOCSIS31 XRA header. DLT 273. Builtin version.Bruno Verstuyft1-0/+3
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-57/+58
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-4/+4
2017-12-21Add IEEE 802.3br Frame Preemption Protocol dissectorAnton Glukhov1-0/+3
2017-11-15Handle LINKTYPE_JUNIPER_ST 200.Anders1-0/+2
2017-08-26wiretap: Add WTAP_ENCAP_NORDIC_BLEStig Bjørlykke1-0/+3
2017-07-14vsock: add WTAP_ENCAP_VSOCK constantStefan Hajnoczi1-0/+3
2017-06-22Add WTAP_ENCAP_3MB_ETHERNET for Xerox 3MB Ethernet.Guy Harris1-0/+1
2017-06-19Put the definition of BIT_SWAPPED_MAC_ADDRS in the file where it's used.Guy Harris1-0/+12
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-0/+21
2017-06-03LoRaTap DLT and dissectorErik de Jong1-0/+3
2017-03-31Add packet capture support for Darwin USBScott Deandrea1-0/+3
2017-03-22Handle LINKTYPE_SDLC.Guy Harris1-1/+4
2016-08-25Handle ETH_P_CANFD as well as ETH_P_CAN.Guy Harris1-1/+7
2016-08-25Go back to having only one SocketCAN LINKTYPE_ value.Guy Harris1-41/+2
2016-08-19Handle the new LINKTYPE_CAN_SOCKETCAN_HOSTENDIAN.Guy Harris1-3/+104
2016-06-21Add support for Opencontrail virtual networkRudra Rugge1-0/+2
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-05-15pcap-common: Account for padding in ENCAP_ERF len and caplenAnthony Coddington1-1/+20
2016-05-12pcap-common: Fix several serious ENCAP_ERF extension header writing issuesAnthony Coddington1-8/+29
2016-04-01support for IP-over-Infiniband - pcap encapsulationPetr Sumbera1-1/+1
2016-02-20Initial support for FreeBSD USB captures.Guy Harris1-0/+2
2016-02-19Get rid of PCAP_ENCAP_USB.Guy Harris1-2/+0
2016-02-19Don't bother setting phdr->pkt_encap to wth->file_encap.Guy Harris1-2/+0
2016-01-16Add WTAP_ENCAP_NFC_LLCP to the list of types require a pseudo-header.Guy Harris1-13/+15