On 11/07/2018 04:15, Guy Harris wrote:
> On Jul 10, 2018, at 1:31 AM, Denis Ovsienko wrote:
>
>> I have been looking at the man page for pcap_set_protocol() for some time.
>> The man page explains the function is a Linux-specific extension. Would it
>> be better to rename the function to someth
On Jul 10, 2018, at 1:31 AM, Denis Ovsienko wrote:
> I have been looking at the man page for pcap_set_protocol() for some time.
> The man page explains the function is a Linux-specific extension. Would it be
> better to rename the function to something like pcap_set_linux_protocol()
> before i
(Re-sending, from my real e-mail address rather than my forwarding-for-life
e-mail address, because the latter had issues and required moderation.)
On Jul 10, 2018, at 9:34 AM, Petr Vorel wrote:
> I'm playing with implementing LINKTYPE_LINUX_SLL2 [1] as a part of [3]
> in libpcap and using it i
(Re-sending from my real e-mail address as opposed to my forwarding-for-life
address, as the latter was causing issues and required moderation.)
On Jul 5, 2018, at 11:18 AM, Kaushal Shriyan wrote:
> Is there a way to run tcpdump to do packet capture on SSL traffic?
Yes. Plug the machine runni
On Jul 10, 2018, at 10:08 AM, Guy Harris wrote:
> OK, I guess the universe hates "email for life" services, so I'm going to try
> giving up on g...@alum.mit.edu for this list.
>
> Testing to see whether my current direct e-mail address now works.
Testing to see whether it still works, having u
OK, I guess the universe hates "email for life" services, so I'm going to try
giving up on g...@alum.mit.edu for this list.
Testing to see whether my current direct e-mail address now works.
___
tcpdump-workers mailing list
tcpdump-workers@lists.tcpdump
Hi,
I've sent my first email into ML yesterday, but it's not in ML.
I'm sorry to these who might read it twice.
I'm playing with implementing LINKTYPE_LINUX_SLL2 [1] as a part of [3]
in libpcap and using it in tcpdump.
I wonder what is a correct solution for libpcap:
1) Keeping LINKTYPE_LINUX_SL
Hello list.
I have been looking at the man page for pcap_set_protocol() for some time. The
man page explains the function is a Linux-specific extension. Would it be
better to rename the function to something like pcap_set_linux_protocol()
before it is too late? The function was added to the mas