Re: [tcpdump-workers] How to extract the source name field data of

2004-05-30 Thread Guy Harris
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

Re: [tcpdump-workers] How to extract the source name field data of

2004-05-28 Thread Guy Harris
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

Re: [tcpdump-workers] How to extract the source name field data of

2004-05-27 Thread Jun-ichiro itojun Hagino
> 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

Re: [tcpdump-workers] How to extract the source name field data of

2004-05-27 Thread Bassam A. Al-Khaffaf
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

Re: [tcpdump-workers] How to extract the source name field data of

2004-05-27 Thread Jun-ichiro itojun Hagino
> 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

[tcpdump-workers] How to extract the source name field data of the netbeui (NBF) protocol

2004-05-27 Thread Bassam A. Al-Khaffaf
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