Re: [tcpdump-workers] [GitHub] darrenlim sent you a message

2009-09-17 Thread Michael Richardson
ught perhaps you were introducing a dagutil.o into the libpcap archive, but that's not the case -- you are just including it if installed. This might be a concern if libpcap was under the GPL, but should not be an issue as it's under BSD license. - -- ] He who is tired of

Re: [tcpdump-workers] enquire about the tcpdump

2009-09-29 Thread Michael Richardson
] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ ] panic("Just another Debian GNU/Linux using, kerne

Re: [tcpdump-workers] [PATCH] SocketCAN support for libpcap -

2009-10-05 Thread Michael Richardson
uca> proprietary one from Condor Engineering/GE-Fanuc, Gianluca> BusTools/AFDX. Let's get a new DLT value then. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sande

Re: [tcpdump-workers] [PATCH] SocketCAN support for libpcap -

2009-10-06 Thread Michael Richardson
ht Felix> be wise in order to *not* define another can frame structure If the other code is not well used/known, then just ignore it. struct felix_can_frame; ... -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Softwar

Re: [tcpdump-workers] pcap-bpf and AIX odm related code

2009-10-09 Thread Michael Richardson
life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE> th

Re: [tcpdump-workers] tcpslice when first file not used [PATCH]

2009-10-23 Thread Michael Richardson
d of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE>

Re: [tcpdump-workers] Typo in man page tcpdump_man.html

2009-11-19 Thread Michael Richardson
. The man page itself was okay, but the HTML copy was old. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device drive

Re: [tcpdump-workers] tcpdump: patches required for OpenSolaris/SXCE build >= 125

2009-11-24 Thread Michael Richardson
e! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE> then sign the pe

Re: [tcpdump-workers] libpcap: patches required for OpenSolaris/SXCE build >= 125

2009-11-24 Thread Michael Richardson
. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.

Re: [tcpdump-workers] tcpdump: patches required for OpenSolaris/SXCE

2009-11-26 Thread Michael Richardson
Darren> are the changes I needed to make to stop tcpdump core Darren> dumping when reading that file. Uhm, you just undid the netdissect work that I did. That's why I asked for a test case for IPNET, so that I could validate that the code still worked. I'll use that to vali

Re: [tcpdump-workers] tcpdump: patches required for OpenSolaris/SXCE

2009-11-27 Thread Michael Richardson
>>>>> "Guy" == Guy Harris writes: Guy> On Nov 26, 2009, at 12:26 PM, Michael Richardson wrote: >> I'll use that to validate the work. Guy> To what does "that" refer? I only see one attachment to Guy> Darren's message

Re: [tcpdump-workers] tcpdump: patches required for OpenSolaris/SXCE

2009-11-27 Thread Michael Richardson
the print routine. Guy> Should we do that for tcpdump 4.1 or for tcpdump 4.2? Yes-ish. There is a "temporary" global, "gndo", which you can use for now. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Ri

Re: [tcpdump-workers] Libpcap performance under VMWare guest OSes

2009-12-10 Thread Michael Richardson
What "network" driver are you using under VMware? the emulated lance-ethernet, or the vmnet virtio one? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net arch

Re: [tcpdump-workers] libpcap: patches required for OpenSolaris/SXCE

2010-01-10 Thread Michael Richardson
ined. The test packets you sent are in the tree and pass. Can you confirm that it works on Solaris? Commit id: b45fabd132061f97cee56458ef623d9063190833 - -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works,

[tcpdump-workers] forces (and sctp) patch

2010-01-10 Thread Michael Richardson
He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?

[tcpdump-workers] nightly build package

2010-01-10 Thread Michael Richardson
life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE> th

Re: [tcpdump-workers] forces (and sctp) patch

2010-01-12 Thread Michael Richardson
ree questions then: 1) do we do this now? 2) do we make any accomodation for the situation in between? 3) are there some volunteers to help? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net a

Re: [tcpdump-workers] Libpcap on VMWare

2010-01-13 Thread Michael Richardson
Of course, if you code a select() loop, then you can round robin if you need to. I think that maybe pcap_read_linux_mmap() might be a max_work argument then? Or perhaps the interface needs to be able to deal with multiple sources of packets? -- ] He who is tired of Weird Al is tired of life!

Re: [tcpdump-workers] This is a test - ignore

2010-01-13 Thread Michael Richardson
s tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQ

Re: [tcpdump-workers] forces (and sctp) patch

2010-01-18 Thread Michael Richardson
in IP/SCTP. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watc

Re: [tcpdump-workers] Release schedule?

2010-01-25 Thread Michael Richardson
let people catch up and express an opinion. At this point, I think we have decided to release 4.1 as-is. Ken? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ot

Re: [tcpdump-workers] Release schedule?

2010-01-27 Thread Michael Richardson
I think it will be. Do you have another argument? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device

Re: [tcpdump-workers] Libpcap on mobile Android platform

2010-02-06 Thread Michael Richardson
that atleast a generic or common Mark> ARM processor type support is provided? Mark> Anything missing from libpcap API because of android Mark> limitations? live captures. - -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardso

Re: [tcpdump-workers] Libpcap on mobile Android platform

2010-02-06 Thread Michael Richardson
run without an activity, but there is no official way to actually package them. (i.e. I've done a hack...) -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottaw

Re: [tcpdump-workers] Release schedule?

2010-02-19 Thread Michael Richardson
>>>>> "Darren" == Darren Reed writes: Darren> Is there a target date for the delivery of tcpdump 4.1 and Darren> libpcap 1.1? Ken is working on it as I type, I think. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ]

[tcpdump-workers] make releasetar on libpcap

2010-03-05 Thread Michael Richardson
life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE> th

Re: [tcpdump-workers] make releasetar on libpcap

2010-03-05 Thread Michael Richardson
opers of the OSes that don't Guy> already have a BPF interpreter can probably figure out what Guy> pieces they need and put them into the source tree Guy> appropriately. Yeah, lets do this. -- ] He who is tired of Weird Al is tired of life! | firewall

Re: [tcpdump-workers] Release schedule?

2010-03-07 Thread Michael Richardson
>>>>> "Darren" == Darren Reed writes: Darren> There's still no sign of a new release on www.tcpdump.org... http://www.tcpdump.org/beta/ I will sign "4.0.1rc3" as "4.1" on Monday evening. -- ] He who is tired of Weird Al is

Re: [tcpdump-workers] Release schedule?

2010-03-09 Thread Michael Richardson
s! -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http:

Re: [tcpdump-workers] how to create a PCAP file made of a bunch of Ethernet frames using libpcap ?

2010-03-11 Thread Michael Richardson
n Selçuk> the form of a PCAP file. I assume you have done 'man 3 pcap', or visited: http://www.tcpdump.org/pcap3_man.html there is an entire API. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works,

Re: [tcpdump-workers] Release schedule?

2010-03-11 Thread Michael Richardson
ains 4.1/1.1 tar.gz, signed with my regular key. If there are no complaints about these tar balls, I will resign it with the tcpdump release key on Saturday. - -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman So

Re: [tcpdump-workers] New DLT type.

2010-03-16 Thread Michael Richardson
He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1

Re: [tcpdump-workers] When will a packet filter be ignored/unused?

2010-03-16 Thread Michael Richardson
curing (VLAN, QOS, etc) on that link? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto

Re: [tcpdump-workers] New project based on libpcap

2010-03-30 Thread Michael Richardson
//code.google.com/p/socket-sentry. Done! -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto P

Re: [tcpdump-workers] Another project based on libpcap (was Re: New project based on libpcap)

2010-03-30 Thread Michael Richardson
] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http:

Re: [tcpdump-workers] Release schedule?

2010-03-30 Thread Michael Richardson
>>>>> "Gianluca" == Gianluca Varenni writes: Gianluca> What happened to the release? Oh, oops, I did'nt move the release from the /beta to the release dir. my bad. -- ] He who is tired of Weird Al is tired of life! | firewalls [

Re: [tcpdump-workers] Fix print-pflog.c

2010-03-31 Thread Michael Richardson
cess that file, so that this does not happen again? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device drive

Re: [tcpdump-workers] Release schedule?

2010-03-31 Thread Michael Richardson
red of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE>

Re: [tcpdump-workers] Fix print-pflog.c

2010-03-31 Thread Michael Richardson
tory Guy> (the one tracking the branch, in this case), and recreating it Guy> with git clone/git checkout -b, and the change appears to be Guy> there.- Just: git checkout master git pull -- ] He who is tired of Weird Al is tired of li

Re: [tcpdump-workers] Release schedule?

2010-04-01 Thread Michael Richardson
Darren> And now that the .tar.gz files are "1.1.0" and "4.1.0", the Darren> directories inside are still "1.1" and "4.1." A fix for this Darren> would be nice. okay, I will redo it all this weekend. It will be called 1.1.1 and 4.1.1. - -- ]

Re: [tcpdump-workers] Release schedule?

2010-04-01 Thread Michael Richardson
ve at least one failure to build on FreeBSD, and I didn't dig out the PGP key yet to sign it officially - -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.

[tcpdump-workers] 4.1.1/1.1.1

2010-04-05 Thread Michael Richardson
I can't think of a good reason for this. Why shouldn't they be relative? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ott

Re: [tcpdump-workers] make check problems

2010-04-06 Thread Michael Richardson
usr/include/openssl. It looks for PATH/include/openssl/evp.h. % dpkg -S /usr/include/openssl/evp.h libssl-dev: /usr/include/openssl/evp.h - -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net archi

Re: [tcpdump-workers] make check problems

2010-04-06 Thread Michael Richardson
red of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE>

Re: [tcpdump-workers] Writing pcap files with fake headers?

2010-04-07 Thread Michael Richardson
I had the same issue. I did what you did. I also wanted to read packets (for testing purposes) from pcap saved files and play them back in a unit test. http://github.com/mcr/unstrung/blob/master/testing/unit/recv-01/recv-01.cpp is the result. - -- ] He who is tired of Weird Al

Re: [tcpdump-workers] Request for new DLT and LINKTYPE value

2010-04-15 Thread Michael Richardson
ave a DLT_ASYNC_RAW type, and just define that each frame contains 1024 bytes, or 100ms or something of data. If you have a heuristic guesser, and you can, output, PPP or SLIP or Modbus, or then you resave it in appropriate DLT_*... - -- ] He who is tired of Weird Al is tired of life!

[tcpdump-workers] bpf.tcpdump.org back online

2010-08-24 Thread Michael Richardson
unnel...) -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video

Re: [tcpdump-workers] 'bogus savefile header'

2010-08-24 Thread Michael Richardson
rappy bug report Yes. git pull == git fetch then git merge -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[

Re: [tcpdump-workers] tcpdump mirror

2010-10-07 Thread Michael Richardson
org and www.tcpdump.org as virtual hosts, and ask you to give me the A record to point to. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.s

Re: [tcpdump-workers] MIME type for libpcap (tcpdump -w)

2010-11-03 Thread Michael Richardson
h the Linux Glen> command line when teaching networking protocols. I worry about such induhviduals that do networking but not command lines, but I understand your motivation. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardso

Re: [tcpdump-workers] MIME type for libpcap (tcpdump -w)

2010-11-10 Thread Michael Richardson
I should not anticipate issues with Glen> "tcpdump" as the vendor/product name. Good. Please go ahead. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ot

Re: [tcpdump-workers] new interface card for wireshark

2011-01-17 Thread Michael Richardson
faq.html#OrigBSD Guy> Even if it were converted to the 3-clause BSD license, it might Guy> be better if the libpcap changes were BSD-licensed - Michael? yes, that would be best. We do need to figure out how to move to 3-clause license. -- ] He who is tired of Weird Al is tire

Re: [tcpdump-workers] [PATCH 2/4] Fix indent space when we have padded data

2011-01-25 Thread Michael Richardson
Jamal, all of the patches applied, except for this one, which seemed to already be applied. Perhaps it was reversed? Thank you kindly for including test cases with your patches. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson

Re: [tcpdump-workers] When using IPSec, tcpdump doesn't show outgoing packets

2011-02-20 Thread Michael Richardson
He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx

Re: [tcpdump-workers] application/vnd.tcpdump.pcap assigned as MIME type for libpcap (and thus tcpdump, wireshark, ...)

2011-04-03 Thread Michael Richardson
ings are still being done with these tools we have have nurtured. Everyone on the list should be proud. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sa

Re: [tcpdump-workers] [PATCH] print-sflow.c - actually print more than one extended counter sample

2011-04-03 Thread Michael Richardson
; tprt and tlen while it was printing the sample contents. This Can you send pcap file with reference output as well for 'make check'? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|ne

Re: [tcpdump-workers] output style question

2011-04-28 Thread Michael Richardson
e out what some closed source device is trying to say. b) a network engineer/expert who is trying to report a bug to vendor A, because vendor A and B do not interoperate, and they believe it is vendor A that got it wrong. -- ] He who is tired of Weird Al is tired of life!

Re: [tcpdump-workers] [PATCH] Add printer for the Babel routing protocol (RFC 6126).

2011-04-28 Thread Michael Richardson
>>>>> "Juliusz" == Juliusz Chroboczek writes: Juliusz> This version includes a couple of fixes from Wireshark. Thanks! -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottaw

Re: [tcpdump-workers] tcpdump dissector for IP protocol 97 (EtherIP)?

2011-04-28 Thread Michael Richardson
of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE> t

Re: [tcpdump-workers] [PATCH] print-sflow.c - actually print more

2011-04-28 Thread Michael Richardson
ure file and the output into the tests directory; I'll do Guy> that once we decide whether to uuencode the capture files or Guy> not.- Our previous source code control system (CVS) did not do well with binary files, thus the uudecode. We should just remove the need for uude

Re: [tcpdump-workers] live capture Ethernet gives me zero-packets

2011-04-28 Thread Michael Richardson
KTYPE_LINUX_SLL/DLT_LINUX_SLL. I am offline right now, so I can't post the exact link, but it's on github.com, under mcr/unstrung, in lib/libfakeiface/pcap_iface.cpp. I use this code to let me use pcap files as input to other code as part of unit testing. There is some hackery as I

Re: [tcpdump-workers] [PATCH] print-sflow.c - actually print more

2011-04-28 Thread Michael Richardson
Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE>

Re: [tcpdump-workers] [PATCH] Add printer for the Babel routing protocol (RFC 6126).

2011-04-28 Thread Michael Richardson
Juliusz, I applied your April 24 patch. Do you have some sample pcap files and expected output (use -t). -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m

Re: [tcpdump-workers] [PATCH] Add printer for the Babel routing protocol (RFC 6126).

2011-04-28 Thread Michael Richardson
to have those test cases as sanity checks. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[

[tcpdump-workers] pcap anonymizer

2011-04-28 Thread Michael Richardson
e checksum. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtub

Re: [tcpdump-workers] [PATCH] Add printer for the Babel routing protocol (RFC 6126).

2011-04-28 Thread Michael Richardson
He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kz

Re: [tcpdump-workers] Printing PPI packets

2011-05-04 Thread Michael Richardson
t cases? I've committed your code, will git push when I get online. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.c

Re: [tcpdump-workers] pcap anonymizer

2011-05-04 Thread Michael Richardson
ople to submit test cases. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the

Re: [tcpdump-workers] next release?

2011-05-31 Thread Michael Richardson
unteer? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <htt

Re: [tcpdump-workers] [libpcap][patch] appending to a capture

2011-06-01 Thread Michael Richardson
Yeah, I'd rather that we have a good set of pcap manipulation tools. Maybe we just need better pointers to mergecap and editcap? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect

Re: [tcpdump-workers] [libpcap][patch] appending to a capture

2011-06-01 Thread Michael Richardson
will be less surprising to people. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[

Re: [tcpdump-workers] [libpcap][patch] appending to a capture

2011-06-04 Thread Michael Richardson
d others (including me) think that this patch would have changed pcap_dump_open() to always append if the file already existed. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[

[tcpdump-workers] autoconf and patches

2011-07-10 Thread Michael Richardson
He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?

Re: [tcpdump-workers] rpcap support?

2011-07-10 Thread Michael Richardson
rage")? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtu

Re: [tcpdump-workers] [PATCH] For Babel, recognise both UDP/6696 and UDP/6697.

2011-08-27 Thread Michael Richardson
Patch applied. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <h

[tcpdump-workers] post-commit emailing

2011-09-07 Thread Michael Richardson
. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-09 Thread Michael Richardson
Tek> TCPDUMP for tech support personnel. So, write one, or put wireshark in a VNC. Or get tech support people who can type. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON

Re: [tcpdump-workers] post-commit emailing

2011-09-13 Thread Michael Richardson
.net/p/tcpdump but they don't let me write a URL directly to the right page. They say: 30-Day Commit Activity Aug 15 - Sep 13 4 committers made 11 commits 11 files modified 87 lines added 70 lines removed I think that this is a bit low, so double it. -- ] He who is tired of Weird

Re: [tcpdump-workers] post-commit emailing

2011-09-13 Thread Michael Richardson
red) it does not strike me as an onerous level of emails. okay, so it's done. The email will be sent by the person committing, so there may be some list moderation that has to occur. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, San

Re: [tcpdump-workers] Suggestion: Pcap-over-IP client support in tcpdump

2011-09-14 Thread Michael Richardson
ake something that it feeds to popen(). Or, the other question is... why not use /dev/fd and some shell script? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.o

Re: [tcpdump-workers] Suggestion: Pcap-over-IP client support in tcpdump

2011-09-14 Thread Michael Richardson
popen("netcat *someargs*")?? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[

Re: [tcpdump-workers] Suggestion: Pcap-over-IP client support in

2011-09-14 Thread Michael Richardson
e best integrated security authorization in the form of kerberos enabled AD, but doesn't provide a simple equivalent to "ssh remotehost command" that uses AD. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Softwa

Re: [tcpdump-workers] www.tcpdump.org via ipv6

2011-11-27 Thread Michael Richardson
I just updated and rebooted bpf.tcpdump.org with a kernel from this decade. The previous one was an early static XEN kernel (no modules). The new kernel has IPv6, and there is now a for www.ca.tcpdump.org and a new one for www.tcpdump.org. Ironically, I have no native IPv6 in any of the dat

Re: [tcpdump-workers] compiling tcpdump 4.1.1 with pf_ring

2011-11-30 Thread Michael Richardson
sed to be built *with* libpcap, or instead of it? Tom> print-isakmp.o ./../libpcap/libpcap.a ../lib/libpfring.a Tom> ../lib/libpfring.a -lpthread ../lib/libpfring.a -lpthread Because you have them both here. -- ] He who is tired of Weird Al is tired of life! |

Re: [tcpdump-workers] [PATCH] tcpdump -s 0 improvement

2011-11-30 Thread Michael Richardson
us> to a Linux machine so I've not tested it on any other Magnus> machine. I think that this belongs in libpcap, in pcap-linux.c. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ot

Re: [tcpdump-workers] tcpdump bin

2011-11-30 Thread Michael Richardson
tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE>

Re: [tcpdump-workers] [PATCH] tcpdump -s 0 improvement

2011-11-30 Thread Michael Richardson
ress space. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtub

Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-20 Thread Michael Richardson
./configure takes care of this. libusb (and your code) would get used if the library exists. Fork the code on github.com, and start patching, and ask us to review. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Softwar

Re: [tcpdump-workers] [libpcap] libpcap 'inbound'/'outbound' filter fixes for Linux (#3)

2011-12-21 Thread Michael Richardson
> "David" == David Ward > > writes: David> I'm sending a couple of fixes to the 'inbound' and 'outbound' David> filters in libpcap affecting Linux. I have compiled and David> tested under Linux as well as FreeBSD (to make sure it David> doesn't affect non-Linux build

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-21 Thread Michael Richardson
n the license somewhere on the Chris> web site? I guess you are right: http://www.ca.tcpdump.org/license.html (and a mirror near you tomorrow) I'll try to convert the htdocs to a git tree to help people be able to contribute to it easier. -- ] He who is tired of Weird Al is

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-21 Thread Michael Richardson
ould generally require the agreement of everyone who contributed to the file. (volunteers welcome!) -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sand

Re: [tcpdump-workers] tcpdump license and Nokia

2011-12-22 Thread Michael Richardson
walk into the right campus pub, and either find Mr.Hoskins, or the relevant person? -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelm

Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-22 Thread Michael Richardson
e point of autoconf. http://www.edwardrosten.com/code/autoconf/ seems to be a reasonable cheat sheet. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.s

Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-22 Thread Michael Richardson
ay "here is the URL", but there are some limitations of http: URLs relating to caches, and compression and the like. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m..

Re: [tcpdump-workers] Fwd: New datasource implementation

2011-12-27 Thread Michael Richardson
ncluding running "make depend". Hmm. I thought it also assumed autoconf existed, and would regenerate things, but I don't see that in ./configure. -- ] He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, San

Re: [tcpdump-workers] Wrote a little guide for people getting started.

2011-12-27 Thread Michael Richardson
He who is tired of Weird Al is tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1

Re: [tcpdump-workers] Wrote a little guide for people getting started.

2011-12-28 Thread Michael Richardson
>>>>> "Guy" == Guy Harris writes: Guy> On Dec 27, 2011, at 12:53 PM, Michael Richardson wrote: >> I plan to let a 4.1.2 (perhaps a 4.2) out tomorrow. Guy> Do you mean "4.1.2" or "4.2.1"? 4.2.0, and libpcap 1.2.0, are Yes, I

[tcpdump-workers] tcpdump 4.2.1

2012-01-02 Thread Michael Richardson
firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE> then sign the petit

[tcpdump-workers] htdocs now in GIT

2012-01-02 Thread Michael Richardson
s tired of life! | firewalls [ ] Michael Richardson, Sandelman Software Works, Ottawa, ON|net architect[ ] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[ Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE>

Re: [tcpdump-workers] tcpdump 4.2.1

2012-01-02 Thread Michael Richardson
>>>>> "Guy" == Guy Harris writes: Guy> On Jan 1, 2012, at 6:12 PM, Michael Richardson wrote: >> libpcap 1.2.1 and tcpdump 4.2.1 were tar.gz and signed tonight. Guy> tcpdump-announce is still listed under Guy>http://www.tcp

<    1   2   3   4   5   6   7   >