dect
/
libpcap
Archived
13
0
Fork 0
Commit Graph

55 Commits

Author SHA1 Message Date
guy 9c78ee4ef1 Various link-layer types, with a pseudo-header, for SITA
(http://www.sita.aero/); requested by Fulko Hew (fulko.hew@gmail.com).
2007-07-19 06:20:53 +00:00
guy 07da703f35 Allocate DLT_ for 802.15.4 without any header munging, for Mikko
Saarnivala.

Fix a comment.

Also, propagate

  revision 1.156
  date: 2007-05-24 23:57:36 +0000;  author: hannes;  state: Exp;  lines: +13 -1
  add support for DLT_JUNIPER_ISM

to the x.9 branch.
2007-06-05 18:07:03 +00:00
guy e82ab208e3 Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header;
requested by Charles Clancy.
2007-05-04 09:47:45 +00:00
gianluca cd8eee070f Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
encapsulated packets. Requested by Gianluca Varenni.
2007-04-19 17:36:41 +00:00
guy edb359133b Define DLT_LOOP as 12 on OpenBSD, for compatibility with its definition.
(LINKTYPE_LOOP is still 108 on all platforms.)
2007-04-05 18:44:18 +00:00
guy ed7d7d935e Linktype for IEEE 802.15.4, with address fields padded as done by Linux
drivers; requested by Juergen Schimmer.

Also, propagate some changes fromt he main branch, so the x.9 branch has
all the DLT_ and LINKTYPE_ values that the main branch does (so if any
OSes pick up any future x.9-branch releases, people with those OSes will
see the full list, and, if they miss the comments saying "ask
tcpdump-workers if you want a DLT_ value", will perhaps be less likely
to pick their own values and reuse a value we've already assigned).
2007-04-03 07:27:56 +00:00
guy e7b50163ff DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer; requested by Maria
Cruz (<cruz_petagay@bah.com>).
2006-11-27 18:05:03 +00:00
guy 6467c24c30 DLT_ value added for the Bluetooth HCI UART transport layer for Paolo
Abeni.

Added DLT/DLT name table mappings and linktype values and DLT/linktype
mappings for USB and for the Bluetooth NCI UART transport layer.

Fix up indentation.

Copy some stuff for DLT_JUNIPER_VP and DLT_USB from the top of the main
branch.
2006-10-13 08:56:07 +00:00
guy fdc4e7eb6c Add a link-layer type for USB. 2006-10-03 00:12:57 +00:00
gianluca 91dfa03535 Added a new DLT and LINKTYPE value for ARINC 653 Interpartition
Communication messages.
2006-07-27 21:06:17 +00:00
gianluca c1feb6c153 Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_ 2006-07-25 21:37:41 +00:00
gianluca a40888d6b4 Redefined DLT_CAN20B and LINKTYPE_CAN20B as #190 (as this is the
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-07-19 20:59:14 +00:00
gianluca a9dcfcbcbc [From Hannes] add support for DLT_JUNIPER_VP.
Added a new DLT and LINKTYPE value for CAN v2.0B frames.
2006-05-20 00:34:41 +00:00
hannes 2d41d513cb add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relay 2005-12-13 13:48:37 +00:00
hannes fcc5e2ecfb allocate 4 new DLTs on behalf of Juniper Networks, Inc. for
prepending meta-information like interface index, interface name
before a standard Ethernet, PPP, Frame Relay, C-HDLC Frame
2005-08-13 22:29:44 +00:00
guy ace6eadb69 RFC 1483 handles more than just IP and more than just SNAP. 2005-05-27 23:33:00 +00:00
guy 60dd8f12bc Add the SS7 encapsulations to pcap-bpf.h, replacing the unused "raw SS7"
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-05-01 19:50:51 +00:00
guy 93c8df1490 Remove an extra character that snuck in. 2005-04-17 00:56:00 +00:00
hannes 4e10a0f84f backport the changes over the weekend from HEAD to 0_9 2005-04-10 18:04:47 +00:00
hannes e496c68791 backport the DLT_LAPD protocol to 0_9 2005-04-09 18:26:17 +00:00
guy be07cb1988 At the request of Daniele Orlandi, add DLT_LAPD and LINKTYPE_LAPD for
raw LAPD.
2005-04-07 20:42:45 +00:00
guy 8804809bf5 Add DLT_ values requested by Gregor Maier <gregor@endace.com> of Endace
Measurement Systems.
2005-02-08 20:03:15 +00:00
guy c1401d4725 The DLT_LINUX_PPP_WITHDIRECTION is also used for pppd on some BSDs, so
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-02-08 19:52:18 +00:00
guy d9e0597103 Rename DLT_PPP_WITHDIRECTION to DLT_LINUX_PPP_WITHDIRECTION, as it's a
Linux-specific mechanism, and rename other #defines accordingly.  Give
more details about it in comments.
2005-01-31 01:47:27 +00:00
guy f08856ee2d Apparently, Redback used a DLT_ value of 32 for captures from its
SmartEdge 400 and 800.
2005-01-31 01:00:07 +00:00
hannes f718fd1835 add support for Juniper PIC Peer DLT_ 2005-01-12 09:15:05 +00:00
guy 1a66ed9ea7 Add new DLT_ values for use in Gcom's T1/E1 line monitoring equipment. 2005-01-11 11:02:08 +00:00
guy f8a76d1d76 From Gisle Vanem: MS-DOS support. 2004-12-18 08:52:08 +00:00
guy 84819baa2b Add new DLT_ values and LINKTYPE_ values for G.7041/Y.1303 Generic
Framing Procedure, as per Dumas Hwang (dumas.hwang@navtelcom.com).
2004-12-09 19:03:36 +00:00
guy 1e5f231e7b New link-layer header type for raw GPRS LLC frames, as per a request by
Marc Hermstein <mhermstein@yahoo.com>.
2004-12-07 17:27:45 +00:00
guy efaa1dd30a Update a comment about the AVS header.
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 02:15:08 +00:00
guy 4e3b0fdeba Have the usual three separate buffers for "format_text()", so that it
can be used multiple times in a single formatting call.
2004-10-29 02:00:59 +00:00
hannes 00384d8605 allocate DLT_ and LINKTYPE_ 167,168 for Juniper Networks, Inc. 2004-10-20 14:28:49 +00:00
hannes 4017783b36 add support for another PPP variant as per request from Karsten Keil <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-08-18 14:25:01 +00:00
guy 93306079a3 Add a DLT_ value and LINKTYPE_ value for BACnet MS/TP.
Clean up some white space.
2004-06-07 20:00:08 +00:00
guy 1610cc5db7 Fix the comment for DLT_NULL to reflect reality, as per FreeBSD PR 62272
(the change for which has been checked into FreeBSD's <net/bpf.h>).
2004-06-04 22:19:47 +00:00
fenner 8177eec7d9 Handle the new OpenBSD pf format (DLT 117), which is now being used
by other systems as they adopt pf.
Don't bother trying to be backwards compatible with DLT 17.
2004-03-28 20:27:12 +00:00
guy 1bd06dd0d5 Add support for Apple's IP-over-IEEE 1394 encapsulation.
Fix a comment.
2004-03-17 19:03:28 +00:00
guy ce798150ac Beef up some comments, and clean up some other comments. 2004-03-11 23:47:29 +00:00
guy 8842b61d2f Add support for DLT_ value 99, as used by the Axent Raptor
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-03-11 09:13:11 +00:00
hannes 673ea44790 assign DLT_ and LINKTYPE_ 164 to Juniper Networks Inc. 2004-02-11 22:06:58 +00:00
guy 7ac8a0a75b DLT_IEEE802_11_RADIO is used for the BSD radio header; add a new
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.
2004-01-29 10:36:43 +00:00
guy a49d95a110 Add some DLT_ values for private use.
Put in a note indicating that new DLT_ values should *not* be allocated
- people should ask tcpdump-workers for values.
2003-12-20 02:38:23 +00:00
guy 808a1fd8e1 Reserve two DLT_ values for IBM's use. 2003-12-03 21:34:21 +00:00
guy a08248f680 From Jean Tourrilhes <jean2@sourceforge.net>: IrDA capture support for
Linux.
2003-11-18 21:06:50 +00:00
guy 84217ae06c Add a DLT_ value for DOCSIS frames.
Note in "pcap-bpf.h" that DLT_ values 139 through 142 are reserved for
SS7.
2003-11-13 01:35:47 +00:00
guy 91063479a8 Fix the spelling of Dieter Siegmund's last name. 2003-06-27 07:59:20 +00:00
guy 21fd0c41cb Reserve a DLT_ value for Apple IP-over-IEEE 1394 cooked headers, as per
a request from Dieter Sigmund <dieter@apple.com>.
2003-06-27 07:57:09 +00:00
hannes 7fcfe91807 allocate a DLT_ and LINKTYPE_ for Juniper-internal chassis encapsulation 2003-04-28 08:20:24 +00:00
guy 23d8b7205b Add support for OpenBSD DLT_PFLOG.
Get rid of bogus newline in BPF error string.
2003-03-11 06:23:52 +00:00