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

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 ola.lyk...@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 did it right? Hello. The git part of the job is

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

2013-06-27 Thread Ola Martin Lykkja
Denis Ovsienko infrastation at yandex.ru writes: 27.06.2013, 13:28, Ola Martin Lykkja ola.lykkja at 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

[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] Request for new DLT

2013-06-27 Thread Michael Richardson
Anders Broman anders.bro...@ericsson.com 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 *

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 anders.bro...@ericsson.com wrote: Currently there is two