[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 10.08.2005 - 11.08.2005 GMT

2005-08-11 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 10.08.2005 (Wed) 09:06:58 - 11.08.2005 (Thu) 09:07:04 GMT
=
Summary by authors
=
Author: hannes
File: tcpdump/print-juniper.c; Revisions: 1.26, 1.8.2.18

=
Combined list of identical log entries
=
Description:
add support for detection of the extension bit
Modified files:
File: tcpdump/print-juniper.c; Revision: 1.26;
Date: 2005/08/10 14:18:57; Author: hannes; Lines: (+16 -8)
File: tcpdump/print-juniper.c; Revision: 1.8.2.18;
Date: 2005/08/10 14:23:07; Author: hannes; Lines: (+16 -8)
=
Log entries
=
=
Summary of modified files
=
File: tcpdump/print-juniper.c
Revisions: 1.26, 1.8.2.18
Authors: hannes (+16 -8), hannes (+16 -8)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


[tcpdump-workers] Hide SSH session patch

2005-08-11 Thread Pascal Gloor
Dear tcpdump workers,


I dont know if this is the right place to post, but the sourceforge
patch list seemed too inactive. If this is not the right place, please
let me know where I should post this.


I have done a little patch to add a feature in tcpdump.

Often people use tcpdump on a remote host while connected using ssh. my
option (-H (hide)) automaticly removes packets from the user ssh session
(information taken via the environement variable SSH_CLIENT).

if no filter is set, a new the filter is applied:
not ( host %ssh_remote_host% and port %ssh_remote_port% and tcp )

if a filter is set, the new filter is:
( existing_filter ) and ( filter_as_above )


The patch is available here:
http://www.spale.com/tcpdump-2005.08.08-Hflag-patch

note: the patch should respect C89 syntax and functions. if you find
anything that doesnt look very C89, please let me know so I can fix it.

Regards,
Pascal Gloor


smime.p7s
Description: S/MIME cryptographic signature