Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-04-01 | Add RCS IDs. | guy | 1 | -0/+2 | |
2006-10-04 | Add a cautionary note to OS vendors here as well. | guy | 1 | -0/+3 | |
2006-10-04 | Put the public libpcap headers into a pcap subdirectory in both the | guy | 1 | -700/+2 | |
source directory and the target include directory, and have include files at the top-level directory to include those headers, for backwards compatibility. Update the FILES and INSTALL.txt files to reflect current reality. | |||||
2006-10-03 | Add a link-layer type for USB. | guy | 1 | -2/+6 | |
2006-07-27 | Added a new DLT and LINKTYPE value for ARINC 653 Interpartition | gianluca | 1 | -3/+10 | |
Communication messages. | |||||
2006-07-25 | Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_ | gianluca | 1 | -2/+2 | |
2006-07-19 | Redefined DLT_CAN20B and LINKTYPE_CAN20B as #190 (as this is the | gianluca | 1 | -2/+11 | |
right value for CAN). Added the definition of DLT_A429 and LINKTYPE_A429 as #184. Added these two link layers in the global array dlt_choices. | |||||
2006-05-20 | Added a new DLT and LINKTYPE value for CAN v2.0B frames. | gianluca | 1 | -1/+10 | |
2006-05-18 | add support for DLT_JUNIPER_VP | hannes | 1 | -1/+10 | |
2005-12-13 | add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relay | hannes | 1 | -1/+6 | |
2005-08-12 | allocate 4 new DLTs on behalf of Juniper Networks, Inc. for | hannes | 1 | -1/+13 | |
prepending meta-information like interface index, interface name before a standard Ethernet, PPP, Frame Relay, C-HDLC Frame | |||||
2005-08-01 | Most in-kernel BPF interpreters have the constant field of an | guy | 1 | -2/+2 | |
instruction as an unsigned value, and, at least for comparisons, the value is converted to unsigned anyway, as the A and X registers are unsigned, and the Usual Arithmetic Conversions of C89 apply to comparisons. Make ours unsigned as well. (On two's complement machines - which means all machines we support - that won't be an issue for using the constant field as an offset, either, as arithmetic in the BPF virtual machine is 32-bit two's complement.) | |||||
2005-05-27 | RFC 1483 handles more than just IP and more than just SNAP. | guy | 1 | -2/+2 | |
2005-05-01 | Add the SS7 encapsulations to pcap-bpf.h, replacing the unused "raw SS7" | guy | 1 | -2/+7 | |
encapsulation with an "MTP2 plus pseudo-header" encapsulation. Get rid of "rawss7.h", as the LINKTYPE_RAWSS7 it's mainly dedicated to explain was never implemented. Update savefile.c for the changes. | |||||
2005-04-09 | As per Daniele Orlandi's request, use DLT_LINUX_LAPD rather than | guy | 1 | -3/+5 | |
DLT_LAPD (it includes more than just the LAPD header). | |||||
2005-04-07 | At the request of Daniele Orlandi, add DLT_LAPD and LINKTYPE_LAPD for | guy | 1 | -1/+7 | |
raw LAPD. | |||||
2005-02-08 | Add DLT_ values requested by Gregor Maier <gregor@endace.com> of Endace | guy | 1 | -1/+10 | |
Measurement Systems. | |||||
2005-02-08 | The DLT_LINUX_PPP_WITHDIRECTION is also used for pppd on some BSDs, so | guy | 1 | -3/+10 | |
rename it again to DLT_PPP_PPPD, and rename other #defines to match. Add backwards-compatibility #defines of DLT_PPP_WITH_DIRECTION and DLT_LINUX_PPP_WITHDIRECTION for software that used them. | |||||
2005-01-31 | Rename DLT_PPP_WITHDIRECTION to DLT_LINUX_PPP_WITHDIRECTION, as it's a | guy | 1 | -5/+14 | |
Linux-specific mechanism, and rename other #defines accordingly. Give more details about it in comments. | |||||
2005-01-31 | Apparently, Redback used a DLT_ value of 32 for captures from its | guy | 1 | -1/+7 | |
SmartEdge 400 and 800. | |||||
2005-01-12 | add support for Juniper PIC Peer DLT_ | hannes | 1 | -1/+8 | |
2005-01-11 | Add new DLT_ values for use in Gcom's T1/E1 line monitoring equipment. | guy | 1 | -1/+8 | |
2004-12-18 | From Gisle Vanem: MS-DOS support. | guy | 1 | -1/+6 | |
2004-12-09 | Add new DLT_ values and LINKTYPE_ values for G.7041/Y.1303 Generic | guy | 1 | -1/+3 | |
Framing Procedure, as per Dumas Hwang (dumas.hwang@navtelcom.com). | |||||
2004-12-07 | New link-layer header type for raw GPRS LLC frames, as per a request by | guy | 1 | -1/+3 | |
Marc Hermstein <mhermstein@yahoo.com>. | |||||
2004-10-29 | Update a comment about the AVS header. | guy | 1 | -3/+3 | |
Note that the previous checkin should have had the comment The radiotap header isn't BSD-specific - it's also used by the madwifi Atheros driver on Linux. | |||||
2004-10-29 | Have the usual three separate buffers for "format_text()", so that it | guy | 1 | -4/+5 | |
can be used multiple times in a single formatting call. | |||||
2004-10-20 | allocate DLT_ and LINKTYPE_ 167,168 for Juniper Networks, Inc. | hannes | 1 | -1/+10 | |
2004-08-18 | add support for another PPP variant as per request from Karsten Keil ↵ | hannes | 1 | -1/+8 | |
<kkeil@suse.de> the first byte (0xff) of the PPP header (0xff03) is tweaked to accomodate the direction 0x00 = IN, 0x01 = OUT the DLT_ supports the libpcap tokens "inbound" and "outbound" | |||||
2004-06-07 | Add a DLT_ value and LINKTYPE_ value for BACnet MS/TP. | guy | 1 | -1/+6 | |
Clean up some white space. | |||||
2004-06-04 | Fix the comment for DLT_NULL to reflect reality, as per FreeBSD PR 62272 | guy | 1 | -2/+2 | |
(the change for which has been checked into FreeBSD's <net/bpf.h>). | |||||
2004-03-28 | Handle the new OpenBSD pf format (DLT 117), which is now being used | fenner | 1 | -5/+9 | |
by other systems as they adopt pf. Don't bother trying to be backwards compatible with DLT 17. | |||||
2004-03-17 | Add support for Apple's IP-over-IEEE 1394 encapsulation. | guy | 1 | -5/+5 | |
Fix a comment. | |||||
2004-03-11 | Beef up some comments, and clean up some other comments. | guy | 1 | -10/+14 | |
2004-03-11 | Add support for DLT_ value 99, as used by the Axent Raptor | guy | 1 | -1/+10 | |
firewall/Symantec Enterprise Firewall. Thanks, Axent/Symantec, for not asking us for a DLT_ value and not telling us about the link-layer type. | |||||
2004-02-11 | assign DLT_ and LINKTYPE_ 164 to Juniper Networks Inc. | hannes | 1 | -1/+9 | |
2004-01-29 | DLT_IEEE802_11_RADIO is used for the BSD radio header; add a new | guy | 1 | -9/+16 | |
DLT_IEEE802_11_RADIO_AVS for future use with the AVS radio header. Fix a comment. Put in reserved LINKTYPE_USERn values corresponding to the reserved DLT_USERn values. | |||||
2003-12-20 | Add some DLT_ values for private use. | guy | 1 | -1/+47 | |
Put in a note indicating that new DLT_ values should *not* be allocated - people should ask tcpdump-workers for values. | |||||
2003-12-03 | Reserve two DLT_ values for IBM's use. | guy | 1 | -1/+7 | |
2003-11-18 | From Jean Tourrilhes <jean2@sourceforge.net>: IrDA capture support for | guy | 1 | -1/+18 | |
Linux. | |||||
2003-11-13 | Add a DLT_ value for DOCSIS frames. | guy | 1 | -1/+10 | |
Note in "pcap-bpf.h" that DLT_ values 139 through 142 are reserved for SS7. | |||||
2003-06-27 | Fix the spelling of Dieter Siegmund's last name. | guy | 1 | -2/+2 | |
2003-06-27 | Reserve a DLT_ value for Apple IP-over-IEEE 1394 cooked headers, as per | guy | 1 | -1/+18 | |
a request from Dieter Sigmund <dieter@apple.com>. | |||||
2003-04-28 | allocate a DLT_ and LINKTYPE_ for Juniper-internal chassis encapsulation | hannes | 1 | -1/+2 | |
2003-03-11 | Add support for OpenBSD DLT_PFLOG. | guy | 1 | -6/+12 | |
Get rid of bogus newline in BPF error string. | |||||
2003-03-08 | FreeBSD also defines DLT_SLIP_BSDOS as 13 and DLT_PPP_BSDOS as 14, so we | guy | 1 | -25/+13 | |
define them that way on FreeBSD as well as NetBSD. | |||||
2003-03-08 | Check for OpenBSD and, if we're building on OpenBSD, #define various | guy | 1 | -3/+14 | |
DLT_ values to have the same value they have in OpenBSD. | |||||
2003-03-08 | Add support for OpenBSD DLT_ENC - and map it to a value of 109, as its | guy | 1 | -3/+10 | |
value in OpenBSD, 13, is Yet Another DLT_ Value That Other OSes Use For Their Own Purposes. | |||||
2003-02-11 | allocate a bunch of DLT_ and LINKTYPES_ for Juniper-internal chassis ↵ | hannes | 1 | -1/+15 | |
encapsulation | |||||
2003-02-11 | From Shaun <delius@progsoc.uts.edu.au>: on AIX, load the BPF driver and | guy | 1 | -0/+442 | |
create the BPF device nodes if necessary, and rename our "bpf.h" to "pcap-bpf.h" and install it in "/usr/include", so that "pcap-bpf.c" gets the system's bpf.h file if it includes <net/bpf.h> - on AIX, it needs to get an AIX-specific structure from that header in order to support loading the driver and creating the nodes. Update "packaging/pcap.spec". |