Re: [tcpdump-workers] Request for DLT value

2017-04-05 Thread Guy Harris
On Apr 5, 2017, at 4:58 AM, Selvig, Bjorn wrote: > We would like to support this new header also with pcap format. Our tools > currently supports pcap format only. > > Option 1 (single DLT value) sounds a bit simpler. It allows for sniffing of > more than one protocol at a time even with pcap

Re: [tcpdump-workers] Request for DLT value

2017-04-05 Thread Guy Harris
On Apr 4, 2017, at 10:53 PM, Selvig, Bjorn wrote: > This header is for support of TI boards as sniffer adapter (LAUNCHXL boards) > for low power wireless protocols like BLE, 802.15.4 or TI proprietary > protocols. So there are two ways of handling this: 1) a single LINKTYPE_/DLT_ valu

Re: [tcpdump-workers] Request for DLT value

2017-04-04 Thread Selvig, Bjorn
, Norway. Org. NO 980499480 MVA -Original Message- From: Guy Harris [mailto:g...@alum.mit.edu] Sent: 4. april 2017 18:32 To: Selvig, Bjorn Cc: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers] Request for DLT value On Apr 4, 2017, at 5:02 AM, Selvig, Bjorn wrote: > I am work

Re: [tcpdump-workers] Request for DLT value

2017-04-04 Thread Selvig, Bjorn
-Original Message- From: Michael Richardson [mailto:m...@sandelman.ca] Sent: 4. april 2017 15:56 To: Selvig, Bjorn Cc: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers] Request for DLT value Selvig, Bjorn wrote: > I am working on a new header format for radio packet m

Re: [tcpdump-workers] Request for DLT value

2017-04-04 Thread Guy Harris
On Apr 4, 2017, at 5:02 AM, Selvig, Bjorn wrote: > I am working on a new header format for radio packet meta information to > display in Wireshark. For which particular link-layer protocol is this intended? ___ tcpdump-workers mailing list tcpdump-wor

[tcpdump-workers] Request for DLT value

2017-04-04 Thread Selvig, Bjorn
Hi, I am working on a new header format for radio packet meta information to display in Wireshark. I would like to request a new DLT value to use for this header. The format is currently being defined, and is not yet final. I expect it to be within the next few weeks. A couple of questions reg

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2014-02-14 Thread Guy Harris
On Dec 27, 2013, at 3:13 AM, Michal Labedzki wrote: > I think the best name for this is DLT_BLUETOOTH_LINUX_MONITOR, because > this is Linux kernelspace, not BlueZ userland. OK, LINKTYPE_BLUETOOTH_LINUX_MONITOR and DLT_BLUETOOTH_LINUX_MONITOR have been assigned the value 254. _

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2014-02-13 Thread Michal Labedzki
Ping. -- Pozdrawiam / Best regards - Michał Łabędzki, Software Engineer Tieto Corporation Product Development Services http://www.tieto.com / http://www.tieto.pl --- ASCII: Michal Labedz

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2014-02-04 Thread Michal Labedzki
Hello, Can I help you with something? (aka ping). Can I do Pull Request(s)? Pozdrawiam / Best regards - Michał Łabędzki, Software Engineer Tieto Corporation Product Development Services

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2014-01-16 Thread Michal Labedzki
It seems that new bluetooth DLT will be similar to existing LLCP: http://www.tcpdump.org/linktypes/LINKTYPE_NFC_LLCP.html Adapter Number -> Adapter Id (2 ocetets, network order) Flags -> Opcode (2 octets, network order) Payload -> Payload Pozdrawiam / Best regards ---

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2014-01-14 Thread Michal Labedzki
>I'd like to suggest that "struct _pcap_bluetooth_monitor_ header" is too generic a name when this header only applies to the internal workings of an operating system's HCI and adapter-lifetime traffic. Ok, "struct _pcap_bluetooth_linux_monitor_header" is ok? But this is for second phase. There is

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2014-01-14 Thread Chris Kilgour
I'd like to suggest that "struct _pcap_bluetooth_monitor_header" is too generic a name when this header only applies to the internal workings of an operating system's HCI and adapter-lifetime traffic. There are other forms of bluetooth monitoring that are not OS-specific nor even cover HCI. Fo

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2014-01-10 Thread Michal Labedzki
On 10 January 2014 01:47, Guy Harris wrote: > > On Dec 29, 2013, at 11:21 PM, Michal Labedzki > wrote: > >> Implementation in libpcap is very similar to pcap-bt-linux.c, but: >> 1. There is only one interface, let call it bluetooth-monitor > > I.e., it's like the "any" device". "Any Bluetooth D

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2014-01-09 Thread Guy Harris
On Dec 29, 2013, at 11:21 PM, Michal Labedzki wrote: > Implementation in libpcap is very similar to pcap-bt-linux.c, but: > 1. There is only one interface, let call it bluetooth-monitor I.e., it's like the "any" device". > 2. Pseudo header is: >guint16 adapter_id; So that presumably ind

Re: [tcpdump-workers] Request for DLT for Linux Kernel Messages

2013-12-30 Thread Michal Labedzki
On 30 December 2013 00:20, Guy Harris wrote: > ...and the packet format is just a line containing text, so that the packet > data is just N bytes of text (presumably without an NL at the end), with a > bunch of comma-separated fields giving priority/sequence number/time > stamp/text? Where are

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2013-12-29 Thread Michal Labedzki
Hello, You can see code in Wireshark side (great example, very similar, but this is only support for capture file changes): https://bugs.wireshark.org/bugzilla/attachment.cgi?id=12394 Implementation in libpcap is very similar to pcap-bt-linux.c, but: 1. There is only one interface, let call it bl

Re: [tcpdump-workers] Request for DLT for Linux Kernel Messages

2013-12-29 Thread Guy Harris
On Dec 20, 2013, at 3:38 AM, Michal Labedzki wrote: > Linux kernel message have packet structure (one log/event = one packet) ...and the packet format is just a line containing text, so that the packet data is just N bytes of text (presumably without an NL at the end), with a bunch of comma-s

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2013-12-29 Thread Guy Harris
On Dec 27, 2013, at 3:13 AM, Michal Labedzki wrote: > 1. Bluetooth Linux Monitor use psedoheader to provide Opcode and > Adater Id which are required to correctly dissect payload (like > Bluetooth H4 with pseudoheader) What is the detailed format of the pseudo-header, and what is the payload th

Re: [tcpdump-workers] Request for DLT for new BlueZ Monitor

2013-12-27 Thread Michal Labedzki
Hello again, I think the best name for this is DLT_BLUETOOTH_LINUX_MONITOR, because this is Linux kernelspace, not BlueZ userland. By the way: I have completed implementation for new interface called bluetooth-monitor, based on this DLT. Please let me know when I can send patch on github for incl

[tcpdump-workers] Request for DLT for Linux Kernel Messages

2013-12-20 Thread Michal Labedzki
Hello, I would like to ask about possibility to add DLT value for Linux Kernel Messages. Is it possible or not? I previously show ready libpcap implementation [1], also I have ready implementation for Wiredshark. (in short: on Linux Kernel >3.4 it is able to dump via /dev/kmsg, also inject). Linu

[tcpdump-workers] Request for DLT for new BlueZ Monitor

2013-12-20 Thread Michal Labedzki
Hello, It seems that in BlueZ 5 there is no interface provided for better user experience. Let call it "monitor" and it is used for capture all Bluetooth adapter in the same time within information about adding new adapter or delete existing one (there are special opcodes for that [separated packe

[tcpdump-workers] Request for DLT

2013-05-18 Thread Anders Broman
Hi, I would need a DLT for a wrapper around higher level PDU's or per-packet DLT:s the format is multipurpose and consists of a number of TLV:s proceeding the actual PDU. There are TLV:s which describes which protocol the PDU is and meta data such as IP address and port (if the transport protoco

Re: [tcpdump-workers] Request for DLT

2012-11-27 Thread Michael Tuexen
On Nov 28, 2012, at 12:56 AM, Guy Harris wrote: > > On Nov 24, 2012, at 12:49 PM, Michael Tuexen > wrote: > >> This is what we want to dump to a file when running SCTP over DTLS over UDP, >> after DTLS has decrypted the packet. This stack will be using for RTCWeb >> between Web Browsers. For d

Re: [tcpdump-workers] Request for DLT

2012-11-27 Thread Guy Harris
On Nov 24, 2012, at 12:49 PM, Michael Tuexen wrote: > This is what we want to dump to a file when running SCTP over DTLS over UDP, > after DTLS has decrypted the packet. This stack will be using for RTCWeb > between Web Browsers. For debugging purposes of SCTP related issues, we > don't need lo

Re: [tcpdump-workers] Request for DLT

2012-11-26 Thread Michael Tuexen
On Nov 24, 2012, at 7:34 PM, Guy Harris wrote: > > On Nov 24, 2012, at 6:09 AM, Michael Tuexen > wrote: > >> could you register a DLT for SCTP? It would be similar to >> LINKTYPE_IPV4 / DLT_IPV4 or LINKTYPE_IPV6 / DLT_IPV6, >> just covering the SCTP packet without any lower layer. > > No IPv4

[tcpdump-workers] Request for DLT

2012-11-26 Thread Michael Tuexen
Hi Guy, could you register a DLT for SCTP? It would be similar to LINKTYPE_IPV4 / DLT_IPV4 or LINKTYPE_IPV6 / DLT_IPV6, just covering the SCTP packet without any lower layer. Suggested name: LINKTYPE_SCTP / DLT_SCTP. Please let me know if you have any further questions. Thanks a lot for your hel

Re: [tcpdump-workers] Request for DLT

2012-11-24 Thread Guy Harris
On Nov 24, 2012, at 6:09 AM, Michael Tuexen wrote: > could you register a DLT for SCTP? It would be similar to > LINKTYPE_IPV4 / DLT_IPV4 or LINKTYPE_IPV6 / DLT_IPV6, > just covering the SCTP packet without any lower layer. No IPv4 or IPv6 headers, so no identification of the IP-layer endpoint

[tcpdump-workers] Request for DLT value

2009-05-13 Thread Tobias Witek
Hi, my apologies for resending this request, but I fear that my first mail might have been overlooked, or else I did not provide all information that was required. We have developed a protocol called 'Metadata' for a commercially available 3G mobile network monitoring system which is part of a pr

Re: [tcpdump-workers] Request for DLT value for Raw LAPD

2007-10-21 Thread Guy Harris
Varuna De Silva wrote: Yes, Exactly. This is the version LAPD running between two, PABX's. OK, I've assigned the value 203 to DLT_LAPD. Note that "the packet data starts with the 2 address octets" means that the packet contains no indication of whether it's a user-to-network or network-to-u

Re: [tcpdump-workers] Request for DLT value for Raw LAPD

2007-10-20 Thread Varuna De Silva
Hello, On 10/20/07, Guy Harris <[EMAIL PROTECTED]> wrote: > > > On Oct 18, 2007, at 9:32 PM, Varuna De Silva wrote: > > > Hello, > > > > We are trying to decode raw LAPD messages tapped from a > > E1 line, with wireshark. > > So you're getting, for example, one of the E1's timeslots, which has > a

Re: [tcpdump-workers] Request for DLT value for Raw LAPD

2007-10-19 Thread Guy Harris
On Oct 18, 2007, at 9:32 PM, Varuna De Silva wrote: Hello, We are trying to decode raw LAPD messages tapped from a E1 line, with wireshark. So you're getting, for example, one of the E1's timeslots, which has an ISDN D channel on it? And the packet data starts with the 2 address octets,

[tcpdump-workers] Request for DLT value for Raw LAPD

2007-10-18 Thread Varuna De Silva
Hello, We are trying to decode raw LAPD messages tapped from a E1 line, with wireshark. We would be very thankful to you if you could provide us with a new DLT value for this purpose. Thank you Varuna De Silva - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Request for DLT

2005-01-11 Thread Guy Harris
Gcom, Inc. wrote: Go ahead and give us two DLT's, DLT_GCOM_DS1 (or DLT_GCOM_T1E1 if you prefer), and DLT_GCOM_SERIAL. OK, DLT_GCOM_T1E1 is 172 and DLT_GCOM_SERIAL is 173. - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Request for DLT

2005-01-11 Thread Oolan Zimmer
> Gcom, Inc. wrote: > > > While we would be happy to have specific DLT's to us, we designed the > > header format to be as generic as possible with well-defined meanings > > for the fields. The encapsulated protocol, for instance, is anything > > with a WTAP code in Ethereal. > > Note: WTAP codes a

Re: [tcpdump-workers] Request for DLT

2005-01-11 Thread Guy Harris
Gcom, Inc. wrote: While we would be happy to have specific DLT's to us, we designed the header format to be as generic as possible with well-defined meanings for the fields. The encapsulated protocol, for instance, is anything with a WTAP code in Ethereal. Note: WTAP codes are *not* guaranteed to b

Re: [tcpdump-workers] Request for DLT

2005-01-10 Thread Gcom, Inc.
host ID -- IPv4 address (32-bit)+0 physical port (32-bit) +4 timeslot mask (32-bit) +8 sequence number (32-bit) +12 encapsulated protocol (16-bit) +16 transaction (8-bit)

Re: [tcpdump-workers] Request for DLT

2005-01-09 Thread Guy Harris
Gcom, Inc. wrote: We expect the majority of the carried traffic to be LAPD or LAPB/X.25, with some Frame Relay and SS7 thrown in for good measure. We've defined a per-frame header that includes the next protocol above it, so either the end-user can configure it explicitly or possibly an expert

Re: [tcpdump-workers] Request for DLT

2005-01-07 Thread Gcom, Inc.
At 05:16 AM 1/7/2005, you wrote: Gcom, Inc. wrote: I'm the lead for a project involving line monitoring of T1/E1 lines. We are planning on exporting captured frames to Ethereal in tcpdump/libpcap format, so we'd like a DLT. Who do I contact about this? [EMAIL PROTECTED] :-) Hey, for all I knew

Re: [tcpdump-workers] Request for DLT

2005-01-07 Thread Guy Harris
Gcom, Inc. wrote: I'm the lead for a project involving line monitoring of T1/E1 lines. We are planning on exporting captured frames to Ethereal in tcpdump/libpcap format, so we'd like a DLT. Who do I contact about this? [EMAIL PROTECTED] :-) What're the contents of those frames? If they conta

[tcpdump-workers] Request for DLT

2005-01-07 Thread Gcom, Inc.
Good Morning, I'm the lead for a project involving line monitoring of T1/E1 lines. We are planning on exporting captured frames to Ethereal in tcpdump/libpcap format, so we'd like a DLT. Who do I contact about this? Thanks in advance, Oolan Zimmer Gcom, Inc. [EMAIL PROTECTED] [EMAIL PROTECTED]