Re: [tcpdump-workers] Failing tcpdump 4.5.1 testsuite

2013-12-11 Thread Michael Richardson
code is broken, period. How can we get travis-CI to give us a big-endian test machine?!? -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelm

Re: [tcpdump-workers] tcpdump configure error with pcap_loop... no

2013-12-24 Thread Michael Richardson
Guy Harris wrote: > On Dec 12, 2013, at 3:02 AM, Evgheni Antropov wrote: >> Makefile and full process of the libpcap compile and config.log of tcpdump >> compiling are attached. > Unfortunately, it appears that the attachments were removed. > Michael, under what circumsta

Re: [tcpdump-workers] RCS/CVS keywords ($Id$, $Header$, $OpenBSD$ etc)

2014-01-01 Thread Michael Richardson
ll miss $Id$, and the SCCS "what" command...) -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[

Re: [tcpdump-workers] pcap segment violation

2014-02-13 Thread Michael Richardson
The other thought I have is that java is heavily threaded, while libpcap is not thread safe. pcap_loop() is going to block. I see that your jni variable is a global... I wonder about that. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson

Re: [tcpdump-workers] pcap segment violation

2014-02-13 Thread Michael Richardson
Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___ tcpdump-workers

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread Michael Richardson
ver could run anywhere. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ _

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread Michael Richardson
d try it out... -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| r

Re: [tcpdump-workers] code available: netmap support for libpcap

2014-02-15 Thread Michael Richardson
ary. Fork, and push your branch to github, and let's see what travis-CI says. You may want to update .travis.yml to include netmap -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread Michael Richardson
The ESP tests are failing because you haven't got libssl-dev. ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] code available: netmap support for libpcap

2014-02-15 Thread Michael Richardson
r.h are all is needed > to access the port and do I/O. Are there any issues if someone makes tcpdump (or wireshark, or some other libpcap using program) setuid? (I don't see any call to popen()...) -- ] Never tell me the odds! | ipv6 mesh networks [ ]

Re: [tcpdump-workers] code available: netmap support for libpcap

2014-02-15 Thread Michael Richardson
g. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___

[tcpdump-workers] Updating libpcap and tcpdump in Android Open Source Platform (AOSP)

2014-02-17 Thread Michael Richardson
Hi, I'm aka m...@tcpdump.org, and getting tcpdump in AOSP updated to the latest has been on my list for awhile. It's been two years since I last did much Android build work, so it took me a few days to get a build VM going again. I checked out a copy of kitkat, built it, and proceeded to extract

[tcpdump-workers] Updating libpcap and tcpdump in Android Open Source Platform (AOSP)

2014-02-17 Thread Michael Richardson
{this is a resend. I don't see my email in the android-platform online archives} Hi, I'm aka mcr at tcpdump.org, and getting tcpdump in AOSP updated to the latest has been on my list for awhile. It's been two years since I last did much Android build work, so it took me a few days to get a buil

[tcpdump-workers] Tcpdump 4.6 delayed

2014-03-08 Thread Michael Richardson
I was way too at this ietf89 to build changelog and push release button. I propose to release at Easter. (April 21) I need to review, but I think I will proposing a new DLT for 15.4e, as it needs to record channel (freq) and offset per packet. At the plugfest we talked about having 16 motes doin

Re: [tcpdump-workers] buildbot failure in tcpdump+libpcap on Solaris-10-SPARC

2014-03-15 Thread Michael Richardson
I guess that this means that we also now have testing against bigendian systems. thank you wireshark guys! ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] vlan handling

2014-03-30 Thread Michael Richardson
{For reasons I do not understand, yahoo.com doesn't even attempt to deliver email from Shoham to tcpdump.org. There is simply no connections in the logs of the spam filter system...} >From Shoham: Haven't got the time to get to it. I intend to, soon. 2 questions (that are very related to

Re: [tcpdump-workers] Problem with GitHub repos ?

2014-04-12 Thread Michael Richardson
repository (Nightly? Periodically with some other period? They get pushed nightly, but I added --all so that all the old branches would get pushed. Should be a one-time event. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman S

[tcpdump-workers] DMARC and yahoo

2014-04-15 Thread Michael Richardson
cribers as moderated, and I'm sorry, but I won't be forwarding email. As soon as a patch for mailman is available that will reject p=reject email, I will apply it. Sorry... -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sand

Re: [tcpdump-workers] New LINKTYPE_ for EPON

2014-04-23 Thread Michael Richardson
TYPE_/DLT_ value is > OK. But, if the human has to say which thing is being captured, shouldn't we want to capture what the human thought as different types? -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Softw

Re: [tcpdump-workers] Coverity Scan: the-tcpdump-group/libpcap success

2014-04-23 Thread Michael Richardson
scan-ad...@coverity.com wrote: > Your request for analysis of the-tcpdump-group/libpcap has been > completed. The results> should be available now at > http://scan.coverity.com/ wow, that's a stupidly useless message. The URL isn't even specific to the project or the run, and it

Re: [tcpdump-workers] Coverity Scan: the-tcpdump-group/libpcap success

2014-04-24 Thread Michael Richardson
says, "please visit the web site" is just stupid, and I'm really complaining to coverity. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca ht

Re: [tcpdump-workers] [tcpdump] timestamps: make possible to request high precision timestamps (#377)

2014-05-03 Thread Michael Richardson
of tcpdump that uses getopt_long(); I'll work on > making it work right when the OS doesn't have getopt_long(), and check > it in. okay... ! -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software W

Re: [tcpdump-workers] [tcpdump] timestamps: make possible to request high precision timestamps (#377)

2014-05-03 Thread Michael Richardson
ll run > the risk of running out of single-letter options. I don't think that I'd want to let specific dissectors capture single letter options, period. So, yes, -o sounds right, or just use long options for that. -- ] Never tell me the odds! | ipv6

Re: [tcpdump-workers] [tcpdump] coredump: -E xx and IPv6 packet (#26)

2014-05-04 Thread Michael Richardson
S/WAN and had to debug what was going on. I guess having the script available is a good thing. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.san

Re: [tcpdump-workers] [libpcap] [Patch] rpcap:// support (#266)

2014-05-26 Thread Michael Richardson
the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___ tcpdump-workers mailing list t

Re: [tcpdump-workers] [libpcap] [Patch] rpcap:// support (#266)

2014-05-26 Thread Michael Richardson
7;s a protocol that Wireshark dissects, in which some > 802.11 APs (Cisco and somebody else) send out packets over UDP - Wildpackets' > OmniPeek handles it directly, and it'd be nice if tcpdump/*Shark/etc. could do > so as well. Yes to "tcpdump+ssh" URL

Re: [tcpdump-workers] Tcpdump 4.6 delayed

2014-06-15 Thread Michael Richardson
Romain Francoise wrote: >> I was way too at this ietf89 to build changelog and push release button. >> I propose to release at Easter. (April 21) > So it looks like this never happened? Yeah, my bad; was sick that weekend, and stuff... happened. How about July 1? _

Re: [tcpdump-workers] Tcpdump 4.6 delayed

2014-06-16 Thread Michael Richardson
Romain Francoise wrote: >> Yeah, my bad; was sick that weekend, and stuff... happened. > No problem. >> How about July 1? > So -rc1 on July 1, then release a week later? Or -rc1 in the meantime, > and release on July 1? (Works for me either way.) -rc1 on July 1. Release a

[tcpdump-workers] 4.6 release delayed

2014-07-01 Thread Michael Richardson
he release. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| rub

[tcpdump-workers] pcapng save files

2014-07-02 Thread Michael Richardson
should be another tcpdump 4.x release that writes to pcap format by default, but has an option to force output format to pcapng, and then a 5.x release that defaults to writing pcapng. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson,

Re: [tcpdump-workers] buildbot failure in tcpdump+libpcap on Ubuntu-12.04-x64

2014-07-03 Thread Michael Richardson
buildbot-no-re...@wireshark.org wrote: > The Buildbot has detected a new failure on builder Ubuntu-12.04-x64 while building tcpdump+libpcap. > Full details are available at: > http://buildbot.wireshark.org/tcpdump/builders/Ubuntu-12.04-x64/builds/801 reason: unable to connect to bpf.

Re: [tcpdump-workers] pcapng save files

2014-07-03 Thread Michael Richardson
efault; I'm > not sure whether we should then make -P specify "write pcap" or add a > new option for that. I'd like it to be -P pcap or -P pcapng (or -P pcap3 ). I'd also like tcpdump 5 to come with a new (alternate) main() where we get to start again on all the s

[tcpdump-workers] building libpcap without usb support

2014-07-05 Thread Michael Richardson
stall both the amd64 and i386 versions of libusb-dev. We don't attempt to build both in .travis, but I have another application that I build for -m32 as well, and it depends upon libpcap. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson,

Re: [tcpdump-workers] building libpcap without usb support

2014-07-06 Thread Michael Richardson
pcap-usb support, and I'm building libpcap from source anyway as I need the latest one, I'm happy to simply turn off usb support. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network archit

Re: [tcpdump-workers] building libpcap without usb support

2014-07-06 Thread Michael Richardson
can't handle - and . in tag names (which seeps into brains). -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on

Re: [tcpdump-workers] building libpcap without usb support

2014-07-06 Thread Michael Richardson
at option, which ought to eliminate needing to link with -lusb. I wonder if canusb sniffing is sufficiently rare, and forcing people to have libusb-dev around is sufficiently annoying that we should turn that off by default. -- ] Never tell me the odds! | ipv6 mesh networks

[tcpdump-workers] [pcap-ng-format] opsarea presentation?

2014-07-23 Thread Michael Richardson
{resending, because my address book was confused} So, was pcap-ng well receives by opsarea WG this morning? and the reply was: Michael Tuexen said: >There were a couple of people willing to review and contribute. >I also got or will get contacts within Apple, Google, Microsoft >and hopefully o

Re: [tcpdump-workers] buildbot failure in tcpdump+libpcap on Solaris-10-SPARC

2014-08-22 Thread Michael Richardson
Michal Sekletar wrote: > Seems like bpf.tcpdump.org is still down. oops. power brownout- that machine doesn't reboot when the power dips to 80V and comes back... it just gets stuck. The machine will move in two weeks to a place with protected power. _

[tcpdump-workers] tcpdump and libpcap releases, and future thoughts

2014-09-03 Thread Michael Richardson
ink we already have a BSD licensed getopt_long in missing/ I guess I could go check... yes. I'm open to suggestions on other ways to proceed. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works

Re: [tcpdump-workers] tcpdump and libpcap releases, and future thoughts

2014-09-03 Thread Michael Richardson
Guy Harris wrote: > On Sep 3, 2014, at 12:34 PM, Michael Richardson > wrote: >> It seems that we might need more patches to better select Linux memory >> mapped packet choices? > I'd prefer a patch that reduces or the removes the *need* to do so

Re: [tcpdump-workers] libpcap version

2014-09-05 Thread Michael Richardson
see that Guy actually pulled your patch up to the 1.6 tree. If this is a critical fix, I can push the button on 1.6.3 once I'm back in the same building as the USB key that can sign it, which should be in about 12 hours. -- ] Never tell me the odds! | ipv6 mesh netwo

[tcpdump-workers] buggy getaddrinfo()

2014-09-08 Thread Michael Richardson
), or because??? If we don't need it, can we remove the test in configure for it? -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sa

Re: [tcpdump-workers] DLTs for Z-Wave

2014-09-10 Thread Michael Richardson
Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___ tcp

Re: [tcpdump-workers] tcpdump and libpcap releases, and future thoughts

2014-09-12 Thread Michael Richardson
quot; is an available name, or if someone has a better name. Arguably, pktcap actually belongs in the libpcap repository...) -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect

[tcpdump-workers] bpf.tcpdump.org going down for migration

2014-10-01 Thread Michael Richardson
bpf.tcpdump.org will go down at 9am EDT until around 11am EDT so that it can be moved to a location (a host, it's a VM) with more stable power. ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listin

Re: [tcpdump-workers] buildbot failure in tcpdump+libpcap on Ubuntu-12.04-x64

2014-10-20 Thread Michael Richardson
n 8192, > options [nop,nop,TS val 1306300953 ecr 1306300951], length 5559: HTTP: > HTTP/1.1 200 OK Did something change with the print-http and it's sensitivity to flags? -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson,

Re: [tcpdump-workers] [libpcap] libpcap 1.6.2 behavioral difference between Ubuntu 14.04 and CentOS 6.5 (#388)

2014-10-20 Thread Michael Richardson
4 2004496 > One CentOS, I see twice the amount of memory (4G) being allocated from > the same command The other question, other than kernel version, is if they are the same 32-bit/64-bit? -- ] Never tell me the odds! | ipv6 mesh networks [ ]

Re: [tcpdump-workers] What's the point of "oui Unknown"?

2014-10-22 Thread Michael Richardson
ot;oui", and also the "unknown" string. We'll report the things in our table, and just won't bother with bytes of output that don't help. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman So

Re: [tcpdump-workers] What's the point of "oui Unknown"?

2014-10-22 Thread Michael Richardson
ing to parse tcpdump > output? I'm thinking that we leave the () there, and just make it blank when we don't know rather than say "oui unknown". -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Wor

Re: [tcpdump-workers] What's the point of "oui Unknown"?

2014-10-22 Thread Michael Richardson
John Hawkinson wrote: >> In the interim, I suggest removing the word "oui", and also the >> "unknown" string. We'll report the things in our table, and just >> won't bother with bytes of output that don't help. > That was my original proposal. Do you want a patch? Yes. If someo

[tcpdump-workers] capturing the netlink socket on Linux

2014-10-23 Thread Michael Richardson
rmmod nlmon suggests that it all just works... I will report when I know what kernel I need to make this work, and I guess we should have a web page on doing this, and what is going on. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, San

Re: [tcpdump-workers] [tcpdump] print names: spaces problem, normalization ? (#410)

2014-11-05 Thread Michael Richardson
ecause a > RFC name (if available) is defined with hyphens and not spaces. (Ok, > there are maybe exceptions and some protocols are not defined par a > RFC). Yes, this is the right thing to do. -- ] Never tell me the odds! | ipv6 mesh networks

Re: [tcpdump-workers] Official patches for CVE-2014-8767/CVE-2014-8768/CVE-2014-8769?

2014-11-21 Thread Michael Richardson
Guy Harris wrote: >> I'm looking for the official patches for CVE-2014-8767, CVE-2014-8768 >> and CVE-2014-8769 but they don't seem to be in the Github repository. > Michael, are changes made to the bpf.tcpdump.org repository still > getting pushed to the Github repository? Ther

Re: [tcpdump-workers] Official patches for CVE-2014-8767/CVE-2014-8768/CVE-2014-8769?

2014-11-22 Thread Michael Richardson
Romain Francoise wrote: > That's a lot bigger than typical security patches. :( >> It's in the tcpdump.org/beta/ directory, but I didn't want to release >> until the distros had a chance to patch. > But did you notify the distros? Because I didn't get advance notice, and > t

Re: [tcpdump-workers] Official patches for CVE-2014-8767/CVE-2014-8768/CVE-2014-8769?

2014-11-24 Thread Michael Richardson
ws tcpdump to exist on more than one person's laptop at a time. So I guess we should remove it from git, and go back to CVS? -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m

Re: [tcpdump-workers] Official patches for CVE-2014-8767/CVE-2014-8768/CVE-2014-8769?

2014-11-24 Thread Michael Richardson
ned again, or goes offline again, or their database gets confused about which fork is the lead and which fork is the "child"... [for a few months, the "master" repo you speak of, was listed as a child of some random other user] -- ] Never tell me the odd

[tcpdump-workers] bpf.tcpdump.org vs github

2014-11-24 Thread Michael Richardson
es. d) this CVE process has been botched (I said this, and I take responsability for this) before I propose some solution/policy/adjustment, I want to make sure that I've heard all the issues. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Mic

Re: [tcpdump-workers] bpf.tcpdump.org vs github

2014-11-25 Thread Michael Richardson
it --- it was too new, and we were too experienced with sourceforge coming and going to want to sign up for another disaster. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works|

[tcpdump-workers] bpf.tcpdump.org going down for ten minutes

2014-12-11 Thread Michael Richardson
to get a fresh kernel and a bigger (inode-wise) /. ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] [libpcap] New DLT value Request - Wattstopper DLM (#401)

2014-12-17 Thread Michael Richardson
It's much easier to get the wider review and long term archival by posting to the mailing list. I have done that for you. Steve Karg wrote: > For a few years I have been using DLT_USER0 147 (user defined) for > capturing and saving a serial protocol used by Wattstopper Digital > Lig

Re: [tcpdump-workers] Cross-compiling tcpdump with ipv6 enabled

2014-12-18 Thread Michael Richardson
f time... -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___

Re: [tcpdump-workers] Cross-compiling tcpdump with ipv6 enabled

2014-12-19 Thread Michael Richardson
Xiufeng Xie wrote: > is not caused by tcpdump, libpcap or Android. I found the phone actually > has two LTE interfaces "lte_rmnet0" and "lte_rmnet1", which is Maybe different frequencies? 4G VoIP vs 4G data? ___ tcpdump-workers mailing lis

[tcpdump-workers] #tcpdump-dev

2014-12-19 Thread Michael Richardson
Do people know that #tcpdump-dev on irc.freenode.net has the git.io bot in it, and see stuff like: (01:48:44 PM) GitHub15: tcpdump/master 94b4c01 Denis Ovsienko: OpenFlow: add vendor name printing... (01:48:44 PM) GitHub15: tcpdump/master 78a0b1c Denis Ovsienko: OpenFlow: improve vendor message d

Re: [tcpdump-workers] Libpcap timeout settings in tcpdump - too long when printing to a terminal?

2015-01-09 Thread Michael Richardson
h may mean a different default if printing packets or if I think that we should be able to override things. I had hoped to spend time on tcpdump over the holidays, but IETF nomcom work ate my brain. -- ] Never tell me the odds! | ipv6 mesh networks [ ]

Re: [tcpdump-workers] RFC: DLT for "application TCP stream capture"

2015-01-14 Thread Michael Richardson
nd "more bytes of data sent/received on this flow" > as extra frame types. Eventually, we'll be using this format to debug multi-path TCP, in which case the IP addresses (and maybe even the IP4/IP6-ness of it) might change. And gzip'ed those addresses will compress quite easi

Re: [tcpdump-workers] odd issue with Linux VLAN interface

2015-01-27 Thread Michael Richardson
7;s hard to get the behaviour I think you want from the pcap compiler, which is to filter the traffic within the VLAN from the bearer. (I think that showing the tcp packets might be a fluke) -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Ric

Re: [tcpdump-workers] odd issue with Linux VLAN interface

2015-01-28 Thread Michael Richardson
Denis Ovsienko wrote: > I have to correct myself: "tcpdump -pni eth0 not tcp" actually yields > both TCP and everything else (ARP and UDP). It turns out that during > all previous runs that "everything else" just didn't make it to the > screen because of timing. Now it does, pleas

Re: [tcpdump-workers] odd issue with Linux VLAN interface

2015-01-28 Thread Michael Richardson
Denis Ovsienko wrote: > Thus the behaviour is the same as it used to be for years, both on > tcpdump side and on Linux side. It must be the odd timing that kept me > thinking the BPF filter had somewhere flipped to do the opposite from > its normal job, I had checked several times

Re: [tcpdump-workers] Request for Geneve DLT type

2015-01-28 Thread Michael Richardson
ng of PPPoE and MPLS can be cleaned up > internally to gencode.c; if so, *that* would be the right way to handle > Geneve. I agree that they should all be handled the same way. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman

[tcpdump-workers] picking up tcpdump

2015-02-06 Thread Michael Richardson
http://xmodulo.com/how-to-check-package-dependencies-on-ubuntu-or-debian.html " To show package dependency information of a particular package (e.g., tcpdump), run the command with package name:" ___ tcpdump-workers mailing list tcpdump-workers@lis

Re: [tcpdump-workers] [libpcap] Remove BlueZ dependence (#417)

2015-02-15 Thread Michael Richardson
Guy Harris wrote: > I guess my concern is whether the "our own copy" could get people > complaining that we just took GPLed code from Linux or not; if it was a > reimplementation from scratch (I don't think "clean room" is > necessary), that should suffice. I am not disputing thi

Re: [tcpdump-workers] [tcpdump] Tcp fast open (#323)

2015-02-16 Thread Michael Richardson
Longinus00 wrote: > The final commit in my tcp_fast_open brach was never merged into the > upstream because of the issue with sequence number tracking. Handling > all the corner cases and getting a "correct" output would also > potentially create incompatibilites with programs tha

Re: [tcpdump-workers] [libpcap] Compiling with TDM-gcc / MingW64 (#418)

2015-02-17 Thread Michael Richardson
Denis Ovsienko wrote: > Could you please check bpf repository once again? There is still no > such commit in it. okay, I sorted things out. The problem is that I got stuck with the MPTCP patch which no longer compiled, and wound up reverting too much, and then I had code on the wrong br

[tcpdump-workers] ND_TTEST2 --- can l be negative

2015-03-09 Thread Michael Richardson
What do you think of this patch. I was trying to use ND_TTEST2() in a place where l was seemingly to become negative, and I felt that we should check for that situation. In the situation at hand, that actually wasn't the problem, but I still think that perhaps this is a good thing. --- a/netdiss

Re: [tcpdump-workers] [libpcap] Consider not pushing your work-in-progress branches upstream (#420)

2015-03-09 Thread Michael Richardson
Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___ tcpdump-wo

Re: [tcpdump-workers] [tcpdump] Remove an unnecessicary bit shifting loop (#451)

2015-04-09 Thread Michael Richardson
Forwarding to list for wider discussion. Guy Harris wrote: > The bittok2str routines are, for better or worse, currently being used > for bitfields that aren't flags, e.g. the "recursion count" field in > GRE (or "recursion control", as it's called in RFC 1701). They don't > work

Re: [tcpdump-workers] pull request: Marvell DSA header

2015-04-23 Thread Michael Richardson
looks great. Thank you for including sample packets! Is this the kind of thing seen in home routers/SoC? I'm just wondering where one has to dump to see traffic like this... -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelm

Re: [tcpdump-workers] tcpdump-workers Digest, Vol 34, Issue 3

2015-05-11 Thread Michael Richardson
Jesse Johnson wrote: > Is there a list of things that need to be done ie: bug fixes, new > features, documentation, etc...? 1) Reading issues on github is important. 2) the priv seperate work that brooksdavis is doing https://github.com/the-tcpdump-group/tcpdump/pull/455 3) anythi

[tcpdump-workers] how many stable branches to have

2015-05-21 Thread Michael Richardson
;. I'd rather call them something like: wheezy-4.7 or centos7-4.7 so that we'd know both where it is going, and also when we can abandon them... -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richard

Re: [tcpdump-workers] how many stable branches to have

2015-05-22 Thread Michael Richardson
Guy Harris wrote: >> I have no problem with having lts- branches created for distros, and I'd >> rather do that than have "old stable". I'd rather call them something >like: >> wheezy-4.7 >> or centos7-4.7 > So, if both Chocolate Coated Spinach Linux "Orangina" and P

[tcpdump-workers] bpf.tcpdump.org moving virtual hosts

2015-06-05 Thread Michael Richardson
bpf.tcpdump.org will go down at about 2pm EDT for about an hour so that I can transfer it to a more powerful virtual machine host. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect

Re: [tcpdump-workers] [tcpdump] New feature to limit capture file size (#464)

2015-06-09 Thread Michael Richardson
re: https://github.com/the-tcpdump-group/tcpdump/pull/464 Guy writes: > We have the -C option, giving a file size in megabytes (real megabytes, > i.e. 1,000,000 bytes, not 1,048,576 bytes); once the file gets that big, > tcpdump switches to a new file. > This adds another file size option, with

Re: [tcpdump-workers] BPF Extended: addressing BPF's shortcomings

2015-06-11 Thread Michael Richardson
6 or whatever... Is Linux even going to set that if it's for a VLAN or an IP address that is not recognized as local? -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca

[tcpdump-workers] LLVM 3.7 released - has BPF backend

2015-09-06 Thread Michael Richardson
http://lwn.net/Articles/656335/rss ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] next release planning

2015-09-25 Thread Michael Richardson
e the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___ tcpdump-workers mailing list tcpdump-workers@lists.t

Re: [tcpdump-workers] Require Flex to build libpcap?

2015-10-06 Thread Michael Richardson
nd >2.5.6? -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| r

Re: [tcpdump-workers] [tcpdump] Sanity check on major/minor libpcap version

2015-10-08 Thread Michael Richardson
jor / minor to authorize currently? I think that as long as major <= PCAP_VERSION_MAJOR, we are good. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://w

Re: [tcpdump-workers] [tcpdump] Sanity check on major/minor libpcap version

2015-10-08 Thread Michael Richardson
ld continue to handle that. okay... and should we add some fprintf()s there too :-) -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca

Re: [tcpdump-workers] [tcpdump-htdocs] no libpcap 1.7.4 changelog (#7)

2015-10-23 Thread Michael Richardson
| ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https:/

Re: [tcpdump-workers] [tcpdump] Cannot split pcap into big pcaps (#488)

2015-11-06 Thread Michael Richardson
urns a bigger type. A tested patch would be most appreciated... -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman

Re: [tcpdump-workers] [libpcap] [RFC] bpf: if generating code for vlan keyword also check for non-offloaded case (#431)

2015-11-07 Thread Michael Richardson
> Since this is [RFC] and - if I understand correctly - there are > problems with the produced BPF code, maybe this should be > discussed in the tcpdump-workers mailing-list? Michal Sekletar wrote: > Any particular reason why we shouldn't continue discussion here? I > think it

Re: [tcpdump-workers] Support for "-T domain"

2015-12-03 Thread Michael Richardson
-T domain, and you should see the not-port-53 packets decoded. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails

Re: [tcpdump-workers] Support for "-T domain"

2015-12-03 Thread Michael Richardson
as bug-fixes :-) -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ __

Re: [tcpdump-workers] [tcpdump] Feature request: conditional run dissector on traffic (#495)

2015-12-16 Thread Michael Richardson
-- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___ tc

Re: [tcpdump-workers] [tcpdump] Feature request: conditional run dissector on traffic (#495)

2015-12-16 Thread Michael Richardson
gets annoying really quickly, but it's good for short things. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/

[tcpdump-workers] tablets in hotel rooms

2016-03-11 Thread Michael Richardson
start controlling my lights, turning the TV on and off and even making my curtains open and close. What fun! " -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect

Re: [tcpdump-workers] Hardware Timestamping Problem

2016-06-08 Thread Michael Richardson
amp-precision=nano -w name.pcap > Now, my results in itself make sense and would give me the desired results, > but they have a big offset to them. 36 seconds to be exact. 36s between which point and which point? -- ] Never tell me the odds! | ipv6

Re: [tcpdump-workers] Hardware Timestamping Problem

2016-06-08 Thread Michael Richardson
hardware queue. A big hardware send buffer would result in significant skew. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/|

Re: [tcpdump-workers] Hardware Timestamping Problem

2016-06-08 Thread Michael Richardson
when you do not use the -j option? if that's the case, then it seems like it's the hardware which is mis-stamping. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network archite

Re: [tcpdump-workers] Hardware Timestamping Problem

2016-06-09 Thread Michael Richardson
ell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ ___ tcpdump-workers mailin

<    1   2   3   4   5   6   7   >