Re: [tcpdump-workers] Link-Layer Header Type request for Linux Kernel Messages

2013-06-27 Thread Michal Labedzki
Hi, Here you are complete implementation of this feature in libpcap. https://github.com/MichalLabedzki/libpcap/commit/e450c6e664c98c90a9e2c44702aa61a92276012c(for: review and test) If you need I can provide implementation for Wireshark (currently: I am waiting for support that in libpcap). Pozdr

Re: [tcpdump-workers] Request for new DLT

2013-06-27 Thread Anders Broman
-Original Message- From: m...@sandelman.ca [mailto:m...@sandelman.ca] Sent: den 28 juni 2013 01:51 To: Anders Broman Cc: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers] Request for new DLT Anders Broman wrote: > Currently there is two tags defined to indicate whic

Re: [tcpdump-workers] Request for new DLT

2013-06-27 Thread Michael Richardson
Anders Broman wrote: > Currently there is two tags defined to indicate which protocol the > packet block starts with: > #define EXP_PDU_TAG_LINKTYPE 11 /**< The value part is the linktype value defined by tcpdump > * http://www.tcpdump.org/linktypes.html > */ > #

[tcpdump-workers] libpcap: what is the efficiency of pcap_dispatch or pcap_next

2013-06-27 Thread liu lily
I use libpcap to capture a lot packets, and then process/modify these packets and send them to another host. First, I create a libpcap handler `handle` and set it NON-BLOCKING, and use `pcap_get_selecable_fd(handle)` to get a corresponding file descriptor `pcap_fd`. Then I add an event for this `

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking network and BTP transport protocol

2013-06-27 Thread Ola Martin Lykkja
Denis Ovsienko yandex.ru> writes: > > 27.06.2013, 13:28, "Ola Martin Lykkja" q-free.com>: > > Hi, > > > > I am kind of new to git and github. > > > > I think I did something useful with > > https://github.com/lykkja/tcpdump/tree/geonet_and_calmfast > > Can you check it out please, to see if I d

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking network and BTP transport protocol

2013-06-27 Thread Denis Ovsienko
27.06.2013, 13:28, "Ola Martin Lykkja" : > Hi, > > I am kind of new to git and github. > > I think I did something useful with > https://github.com/lykkja/tcpdump/tree/geonet_and_calmfast > Can you check it out please, to see if I did it right? Hello. The git part of the job is almost finished, t

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking network and BTP transport protocol

2013-06-27 Thread Ola Martin Lykkja
Hi, I am kind of new to git and github. I think I did something useful with https://github.com/lykkja/tcpdump/tree/geonet_and_calmfast Can you check it out please, to see if I did it right? Kind regards, Ola Martin ___ tcpdump-workers mailing list t