Re: [tcpdump-workers] DLT request for SDLC (BITBUS)

2017-01-18 Thread Becker (ELZET80)
Hi Guy, > > So by "tracer" do you mean that it actually dissects and displays packets, or do you mean it captures packets and feeds them to Wireshark or some other program to dissect? > It's an USB device that captures packets on the bus and feeds it to Wireshark as a byte array starting wit

Re: [tcpdump-workers] DLT request for SDLC (BITBUS)

2017-01-17 Thread Guy Harris
On Jan 17, 2017, at 5:25 AM, Becker (ELZET80) wrote: > I think my request was a bit misleading and wrong formulated. I told you we > are working on a BITBUS tracer which in reality is a SDLC tracer that can > trace BITBUS too. So by "tracer" do you mean that it actually dissects and displays p

Re: [tcpdump-workers] DLT request for SDLC (BITBUS)

2017-01-17 Thread Becker (ELZET80)
Hi Guy, thank you for your response. I think my request was a bit misleading and wrong formulated. I told you we are working on a BITBUS tracer which in reality is a SDLC tracer that can trace BITBUS too. >> Is there a way to use the SDLC dissector as a DLT already? > No, and if you were to

Re: [tcpdump-workers] DLT request for SDLC (BITBUS)

2017-01-16 Thread Guy Harris
On Jan 16, 2017, at 4:06 AM, Becker (ELZET80) wrote: > we are currently working on an USB tracer which captures messages from BITBUS > connected devices. > BITBUS is based on the SDLC protocol by IBM (see: > https://en.wikipedia.org/wiki/Synchronous_Data_Link_Control) Several protocols, includ

[tcpdump-workers] DLT request for SDLC (BITBUS)

2017-01-16 Thread Becker (ELZET80)
Hello, we are currently working on an USB tracer which captures messages from BITBUS connected devices. BITBUS is based on the SDLC protocol by IBM (see: https://en.wikipedia.org/wiki/Synchronous_Data_Link_Control) We have already seen that there is a SDLC dissector implemented in Wireshark