[tcpdump-workers] Add Sigfox support to libpcap

2019-01-08 Thread jannisohms
Hi all, Currently, I am extending a Sigfox demodulator https://github.com/Jeija/renard-phy. I already added a function to export the demodulated frames. During my work, I ran into a problem with the Linktype. Sigfox works directly on layer 2 to avoid misinterpretation of my packets I used one

Re: [tcpdump-workers] Add Sigfox support to libpcap

2019-01-08 Thread jannisohms
/releases I would like to specify a Linktype at first. -Ursprüngliche Mitteilung- Von: Guy Harris An: jannisohms Cc: tcpdump-workers Verschickt: Di, 8. Jan. 2019 19:54 Betreff: Re: [tcpdump-workers] Add Sigfox support to libpcap On Jan 8, 2019, at 9:15 AM, wrote: > Currently