Re: [tcpdump-workers] Patches for MingW etc.

2005-02-09 Thread Guy Harris
Gisle Vanem wrote: Some of the ifdefs for MingW/MSVC are completely unnecessary. There should be no need for _errno() etc in the sources. Looks like tcpdump was patched to suite a very old MingW. MingW also have getnameinfo(). Checked in. I've also added: IPv6 capability to inet_pton.c.

Re: [tcpdump-workers] filters for wireless packets

2005-02-09 Thread shantha
Hi, Sorry for the late reply. tcpdump do captures ACK subtype(one of the Control Frame) frames when the command is tcpdump -i eth1 link[0]==0xd4. in my laptop eth1 is the wireless interface. but it will not capture when the command is tcpdump -i eth1 link[0]==0xd4 and wlan host MAC address of AP.

[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 08.02.2005 - 09.02.2005 GMT

2005-02-09 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 08.02.2005 (Tue) 10:07:11 - 09.02.2005 (Wed) 10:07:22 GMT = Summary by authors = Author: guy File: tcpdump/missing/inet_ntop.c; Revisions: 1.8 File:

Re: [tcpdump-workers] filters for wireless packets

2005-02-09 Thread Mike Kershaw
PHY control frames are usually formatted very strangly. They don't contain the standard 3 or 4 address set, they contain only the receiver address. You can't filter ACKs based on transmitting AP, it's not part of the frame. -m tcpdump do captures ACK subtype(one of the Control Frame) frames

[tcpdump-workers] displaying package content only

2005-02-09 Thread sascha pohflepp
hi for a project i need a way to configure tcpdump in a way that it outputs the captured packages in the most human-readable way possible. i.e. stripping away all the technical overhead like IPs and timestamps and the like. preferrably it should just display the HTML-content of a website for

Re: [tcpdump-workers] displaying package content only

2005-02-09 Thread Michael Richardson
sascha == sascha pohflepp [EMAIL PROTECTED] writes: sascha human-readable way possible. i.e. stripping away all the sascha technical overhead like IPs and timestamps and the sascha like. preferrably it should just display the HTML-content of sascha a website for example.