[tcpdump-workers] Scanning IP6 packets

2013-11-12 Thread Steve
ing these filters to 'ip6' references but no packets are returned. How can I get a working filter to capture the data I need? Thanks Steve. ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] SPAM-LOW: Re: Scanning IP6 packets

2013-11-13 Thread Steve
4f5354) As a result, I've just modified my scripts to simply pick up all port-80 data on ipv6 and scan the packet for what I'm looking for. Takes a bit more CPU but gives me the result I was looking for. Thanks very much for your help. Steve. -Original Message- From: Guy Harris [m

[tcpdump-workers] Bug in Pcap Compile?

2010-06-23 Thread Steve Scott
ge appears from pcap; Error compiling filter (\( tcp or udp \) and \( src host 172.19.18.2 or src host 172.19.18.3 \) ): illegal token: \ Is this a bug in the pcap compiler? Steve Scott Apriva.com - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

[tcpdump-workers] Huge latency increase libpcap-1.4.0 -> libpcap-1.5.3

2014-11-14 Thread Steve Bourland
? Thanks, Steve ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] Huge latency increase libpcap-1.4.0 -> libpcap-1.5.3

2014-11-14 Thread Steve Bourland
On Fri, 14 Nov 2014, Guy Harris wrote: On Nov 14, 2014, at 1:17 PM, Steve Bourland wrote: I have some programs that suffered terrible performance degradation when moving from Ubuntu 12.04 to Ubuntu 14.04. Are those programs capturing and processing network traffic, are they sending

Re: [tcpdump-workers] Huge latency increase libpcap-1.4.0 -> libpcap-1.5.3

2014-11-14 Thread Steve Bourland
On Fri, 14 Nov 2014, Guy Harris wrote: On Nov 14, 2014, at 2:08 PM, Steve Bourland wrote: On Fri, 14 Nov 2014, Guy Harris wrote: On Nov 14, 2014, at 1:17 PM, Steve Bourland wrote: I have some programs that suffered terrible performance degradation when moving from Ubuntu 12.04 to

Re: [tcpdump-workers] [libpcap] New DLT value Request - Wattstopper DLM (#401)

2015-01-08 Thread Steve Karg
Hi Denis, > Steve, if this time you are receiving this as a subscriber to the mailing > list, could you describe the encoding in a way similar to one used for > http://www.tcpdump.org/linktypes/ ? See below. Best Regards, Steve WattStopper DLM room bus protocol from LMCI U

Re: [tcpdump-workers] [libpcap] New DLT value Request - Wattstopper DLM (#401)

2015-01-09 Thread Steve Karg
lic specification for the Opcodes at the moment. Some are detailed in this Wireshark Lua dissector: http://kargs.net/captures/irb.lua >> The LRC Checksum excludes the Preamble octets. > > Does it cover the Dongle Code or Packet Delay field?

Re: [tcpdump-workers] [libpcap] New DLT value Request - Wattstopper DLM (#401)

2015-01-09 Thread Steve Karg
their own set of families and > family codes, different from the Legrand ones? This protocol is only used by Legrand and their subsidiary companies (i.e. WattStopper), as far as I know. >> The LRC does not cover the Dongle Code or Packet Delay or Preamble. > > I.e., it ch

Re: [tcpdump-workers] [libpcap] New DLT value Request - Wattstopper DLM (#401)

2015-01-09 Thread Steve Karg
ad Length | | (1 Octets)| +-+ | Payload | . . . . . . | (0-32 Octets) | +-+ | LRC Checksum | | (1 Octet) | +---

Re: [tcpdump-workers] [libpcap] New DLT value Request - Wattstopper DLM (#401)

2015-01-16 Thread Steve Karg
Hello, Is there anything pending before assigning a new DLT? I put a pull request into GitHub: https://github.com/the-tcpdump-group/libpcap/issues/401 Are there other files that I need to modify (i.e. HTML or documentation files)? Best Regards, Steve

Re: [tcpdump-workers] [libpcap] New DLT value Request - Wattstopper DLM (#401)

2015-01-25 Thread Steve Karg
y) if they want to store their data in this format. Best Regards, Steve On Tue, Jan 20, 2015 at 12:30 PM, Guy Harris wrote: > > On Jan 9, 2015, at 8:08 AM, Steve Karg wrote: > >> Yes, the Family codes are dependent on the hardware. The WattStopper >> DLM hardware use

Re: [tcpdump-workers] tcpdump-workers Digest, Vol 72, Issue 3

2018-07-08 Thread Steve Bourland
If you have the server's certificate, wireshark has the capability to decrypt SSL traffic captured with tcpdump, but you must have the certificate and the start of the tcp session. On Sun, 8 Jul 2018, tcpdump-workers-requ...@lists.tcpdump.org wrote: Send tcpdump-workers mailing list submissio

[tcpdump-workers] pcap_inject change?

2018-09-11 Thread Steve Bourland
else seen this or have a workaround? (pcap handle is being created with pcap_open_live vs. pcap_create as this is an older program.) Thanks, Steve ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman

Re: [tcpdump-workers] pcap_inject change?

2018-09-11 Thread Steve Bourland
On Tue, 11 Sep 2018, Michael Richardson wrote: Steve Bourland wrote: > are captured, if called with size argument 60, 74 are captured). On > matching hardware under Ubuntu 16.04 (libpcap 1.7.4), pcap_inject with > size 50 results in 60 bytes on the wire (expected minimum pa

Re: [tcpdump-workers] pcap_inject change?

2018-09-11 Thread Steve Bourland
On Tue, 11 Sep 2018, Michael Richardson wrote: Steve Bourland wrote: > are captured, if called with size argument 60, 74 are captured). On > matching hardware under Ubuntu 16.04 (libpcap 1.7.4), pcap_inject with > size 50 results in 60 bytes on the wire (expected minimum pa

Re: [tcpdump-workers] pcap_inject change?

2018-09-11 Thread Steve Bourland
On Tue, 11 Sep 2018, Michael Richardson wrote: Steve Bourland wrote: > I'm a little confused, why would the capture mechanism matter for the > pcap_inject call? I am capturing both senders packets on the same > machine (a single tcpdump call). I was thinking my next