Re: [tcpdump-workers] DLT type for Libpcap Library

2022-08-28 Thread Guy Harris via tcpdump-workers
--- Begin Message --- On Aug 24, 2022, at 11:31 AM, Christian via tcpdump-workers wrote: > Hello everyone, another question that I have is which DLT-type I should use > for my libpcap-module. Since Im writing a module which acquires data from a > kernel module, which in turn has no IP-based pa

[tcpdump-workers] DLT type for Libpcap Library

2022-08-28 Thread Christian via tcpdump-workers
--- Begin Message --- Hello everyone, another question that I have is which DLT-type I should use for my libpcap-module. Since Im writing a module which acquires data from a kernel module, which in turn has no IP-based packages at all. I have to define my very own data-type from the base onwards

[tcpdump-workers] DLT_AUERSWALD_LOG and LINKTYPE_AUERSWALD_LOG

2022-08-28 Thread developer--- via tcpdump-workers
--- Begin Message --- What are the steps to finalize registering the DLT and LINKTYPE. We are about to release another major release of our software and would like to stop using USER0. Conflicts have been resolved and review was requested quite a while ago. As far as I can see the merge request

Re: [tcpdump-workers] configure script problem while working on extention

2022-08-28 Thread Christian via tcpdump-workers
--- Begin Message --- Maybe this should be also mentioned within the libpcap module howto? https://www.tcpdump.org/libpcap-module-HOWTO.html BR Christian Make sure that libpcap.a includes pcap-kpnode.o, by making sure that pcap-kpnode.c is in the list of source modules to be compiled and inc