On Fri, May 28, 2004 at 11:55:53AM -0700, Guy Harris wrote:
> Or that he modify an existing program using libpcap, namely tcpdump, to
> understand more NBF command types (such as ADD_NAME_QUERY, which his
> packet appears to be), and then send us the patches so we can add that
> to a future r
On May 27, 2004, at 11:56 PM, Jun-ichiro itojun Hagino wrote:
Yes I am doing live capturing, but all what I interested about is the
16
byte "Source Name" field (Name to Add). I want to include the tcpdump
command in my perl program so that I can make further processing on
the data
of that field
> Yes I am doing live capturing, but all what I interested about is the 16
> byte "Source Name" field (Name to Add). I want to include the tcpdump
> command in my perl program so that I can make further processing on the data
> of that field.
i would suggest you write a program using libp
half Of Jun-ichiro
itojun Hagino
Sent: Friday, May 28, 2004 1:15 PM
To: [EMAIL PROTECTED]
Subject: Re: [tcpdump-workers] How to extract the source name field data of
> Hi,
>I am capturing the NetBeui (NBF) packets by using the following
command:
>
> tcpdump -X netbuie
>
> I
> Hi,
>I am capturing the NetBeui (NBF) packets by using the following command:
>
> tcpdump -X netbuie
>
> I am getting a range of data, but, is there a way to determine which part of
> the packet to extract? I am interested in the 16 byte "Source Name" field
> (Name to add) as shown below. I
Hi,
I am capturing the NetBeui (NBF) packets by using the following command:
tcpdump -X netbuie
I am getting a range of data, but, is there a way to determine which part of
the packet to extract? I am interested in the 16 byte "Source Name" field
(Name to add) as shown below. I want to extrac