Re: [tcpdump-workers] [tcpdump] 7 tests fail on Ubuntu 11.10 (#33)

2012-10-09 Thread Denis Ovsienko
a 32-bit system detection works fine and all tests pass. To make the configure detect openssl-devel on a 64-bit system it should be run this way: ./configure --with-crypto --libdir=/usr/lib64 After that all tests pass. -- Denis Ovsienko ___ tcpd

Re: [tcpdump-workers] [PATCH] Decode DHCPv6 AFTR-Name option (RFC6334)

2012-11-26 Thread Denis Ovsienko
18.11.2012, 20:05, "François-Xavier Le Bail" : > Hello, > > Please find the patch version 2 as an attachment. Neither version made it to the list. Do you have this change published as a git commit? The original tcpdump repository is here: https://github.com/mcr/tcpdump --

[tcpdump-workers] verbose decoding without assigned port number

2013-01-31 Thread Denis Ovsienko
e any assumed way to handle the latter? I am considering adding a ZeroMQ decoder to tcpdump, to be particular. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] verbose decoding without assigned port number

2013-01-31 Thread Denis Ovsienko
t based, and then to have a file > which can be provided to map multiple ports at the same time. I'll look if that can be done quickly. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman

Re: [tcpdump-workers] verbose decoding without assigned port number

2013-02-08 Thread Denis Ovsienko
ayer. > It could apply to TCP too, perhaps. It looks like -T applies. I've got a working code and am producing a sample capture. The ZeroMQ decoding function is called from both tcp_print() and udp_print(), should I put it into an existing file or a new file?

Re: [tcpdump-workers] verbose decoding without assigned port number

2013-02-12 Thread Denis Ovsienko
08.02.2013, 21:55, "Michael Richardson" : >>>>>>  "Denis" == Denis Ovsienko writes: >>>  Currently the -T option is the only resort at the IP layer and >>>  UDP layer.  It could apply to TCP too, perhaps. > > Denis> It

Re: [tcpdump-workers] Couldn't parse filter scr port 22000: syntax error

2013-03-18 Thread Denis Ovsienko
>    it output an error: Couldn't parse filter scr port 22000: syntax error "scr port 22000" (mind the typo) -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailma

Re: [tcpdump-workers] tcpdump 4.4 release candidate 1

2013-03-25 Thread Denis Ovsienko
the tests.   > Is that intentional? > There are some fixes to the recent otv, vxlan and msnlb commits in tcpdump pull requests 56 and 57. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandel

Re: [tcpdump-workers] -W options to gcc

2013-03-28 Thread Denis Ovsienko
but for the > moment, I want to know how to include -Wgcc-things when we are using > gcc, and omit when we aren't. > This is from autoconf documentation: "Macro: AC_PROG_CC ([compiler-search-list]) [...] If using the GNU C compiler, set shell variable GCC to ‘yes’." --

Re: [tcpdump-workers] moves to github

2013-04-15 Thread Denis Ovsienko
"fixed in version N.N"? Should the tickets in SourceForge tracker be closed now? -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] moves to github

2013-04-16 Thread Denis Ovsienko
sue should be closed by hand, that might not be a bad idea.  (I did that > for the tcpdump issue you closed on GitHub with "-W implements that".) Let's focus on having only one bug tracker, but a well-ordered one. -- Denis Ovsienko

Re: [tcpdump-workers] moves to github

2013-04-17 Thread Denis Ovsienko
repositories (also checked that no wiki pages existed). -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] Missing packet fields in big endian with ath9k

2013-04-27 Thread Denis Ovsienko
ndy. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] Missing packet fields in big endian with ath9k

2013-04-28 Thread Denis Ovsienko
#x27;m only an occasional user of little-endian MIPS and don't have a solid explanation for that. However, it is worth checking that the DLT_IEEE802_11_RADIO packets arrive well-formed in the first place. Does the current git master of tcpdump decode the same packets right? -- Denis Ovs

[tcpdump-workers] review request: Babel and OpenFlow

2013-05-22 Thread Denis Ovsienko
List, I am looking for someone to review the commits in pull request #312, which I have opened. It contains a few improvements to existing Babel decoder and a new OpenFlow 1.0 decoder. Both pieces work fine for me, but if you see anything that should be fixed please let me know. -- Denis

[tcpdump-workers] tcpdump pull request #313 and libpcap dependency

2013-05-27 Thread Denis Ovsienko
bpcap-devel build job for the same period of time instead? -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] tcpdump pull request #313 and libpcap dependency

2013-05-29 Thread Denis Ovsienko
BUILD_LIBPCAP=false (with local server's libpcap-devel) Since Travis requires all jobs to complete to signal a successful build, commit f4d295e removes the 2nd job and the the only remaining job now passes (https://travis-ci.org/the-tcpdump-group/tcpdump/builds/7592044). --

Re: [tcpdump-workers] review request: Babel and OpenFlow

2013-05-29 Thread Denis Ovsienko
22.05.2013, 18:26, "Denis Ovsienko" : > List, > > I am looking for someone to review the commits in pull request #312, which I > have opened. It contains a few improvements to existing Babel decoder and a > new OpenFlow 1.0 decoder. Both pieces work fine for me, but if

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking network and BTP transport protocol

2013-06-25 Thread Denis Ovsienko
ls and an estimate of who else could find this feature useful? Thank you. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking network and BTP transport protocol

2013-06-26 Thread Denis Ovsienko
; to deploy this in ordinary vehicles from 2015 and deploy hundreds of nodes > on motorways in Germany, Austria and The Netherlands. Thanks, now I see. Looking forward to see the patches/commits! -- Denis Ovsienko ___ tcpdump-worker

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking network and BTP transport protocol

2013-06-27 Thread Denis Ovsienko
attached a few comments to the commit. May be somebody else is willing to review as well? -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking network and BTP transport protocol

2013-07-02 Thread Denis Ovsienko
List, is anybody else willing to review this pull request? https://github.com/the-tcpdump-group/tcpdump/pull/324 These are quite small decoders, but I'm not familiar with the field and quite busy until the weekend. -- Denis Ovsienko ___ tc

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking networkand BTP transport protocol

2013-07-03 Thread Denis Ovsienko
03.07.2013, 14:18, "Gisle Vanem" : > "Denis Ovsienko" wrote: > >>  is anybody else willing to review this pull request? >> >>  https://github.com/the-tcpdump-group/tcpdump/pull/324 > > I just did a build with MSVC after a new checkout of >   ht

Re: [tcpdump-workers] [Patch] print-nfs.c

2013-07-11 Thread Denis Ovsienko
ions be just "int" then? The function returns either 0 or -1 and the only calling function checks the result to be >= 0. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] [Patch] print-nfs.c

2013-07-11 Thread Denis Ovsienko
11.07.2013, 16:36, "Gisle Vanem" : > "Denis Ovsienko" wrote: > >>  10.07.2013, 15:18, "Gisle Vanem" : >>>  'int32_t' isn't 'int' for all targets. Some Windows targets have >>>  it defined as 'signed int&

[tcpdump-workers] OpenSSL deprecation warnings on MacOS

2013-09-25 Thread Denis Ovsienko
deprecated (declared at /usr/include/openssl/md5.h:114) ./signature.c:110: warning: ‘MD5_Update’ is deprecated (declared at /usr/include/openssl/md5.h:114) ./signature.c:111: warning: ‘MD5_Final’ is deprecated (declared at /usr/include/openssl/md5.h:115) -- Denis Ovsienko

Re: [tcpdump-workers] OpenSSL deprecation warnings on MacOS

2013-09-26 Thread Denis Ovsienko
clude/build.h include file for more examples. [...] Thank you, let me study this solution. BTW, in FreeRADIUS the USES_APPLE_RST macro is never used. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists

Re: [tcpdump-workers] [tcpdump] IEEE float decoded incorrectly (#333)

2013-10-11 Thread Denis Ovsienko
thing to do with assumptions about x86 SSE. > > and I think we might find more expertise on the list. List, Dmitrij Tejblum solved this with the -ffloat-store GCC flag. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdu

Re: [tcpdump-workers] Small patch to support pcap_setdirection - change option from -P to -Q?

2013-10-23 Thread Denis Ovsienko
onym. Once someone resolves the getopt_long() problem it will be possible to refine things further. [...] -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] June 10, 2012 in the change logs

2013-10-23 Thread Denis Ovsienko
day April 3, 2012/June 10, 2012. m...@sandelman.ca. +Friday April 3, 2012. m...@sandelman.ca. If the (now removed) 2nd date meant something important, I can make it into all files consistently. -- Denis Ovsienko ___ tcpdump-workers mailing li

[tcpdump-workers] BPF optimization visualized

2013-10-29 Thread Denis Ovsienko
issues debugging.) Thank you. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] on compiler optimizations and security

2013-11-01 Thread Denis Ovsienko
source code of tcpdump. Even if subsequent 15 pages of the analysis don't apply, it may make sense to study the solutions the paper suggests. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org

[tcpdump-workers] on NFS decoding improvements

2013-11-02 Thread Denis Ovsienko
in a few days unless anyone argues that the output format must be retained. Thank you. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] FYI: tcpdump bug tracker(s) mapping

2013-11-07 Thread Denis Ovsienko
3602279 | bug 151 | 155 | +-+-----+-+ -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] FYI: tcpdump bug tracker(s) mapping

2013-11-20 Thread Denis Ovsienko
07.11.2013, 18:36, "Denis Ovsienko" : > List, > > the table below lists all tcpdump issues (bugs, tickets) migrated from > SourceForge to GitHub earlier. "SF old#" is a tracker artifact ID that > SourceForge used to assign until 2013. "SF new#" is a t

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

2013-12-30 Thread Denis Ovsienko
built OK (may be on 10th attempt), I ran ./configure in ../tcpdump and observed the "Report this to tcpdump-workers@lists.tcpdump.org" boilerplate. A few more "make clean all" passes in libpcap directory later I checked again on the tcpdump side and the issue had vanished. -- Denis

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

2014-01-01 Thread Denis Ovsienko
ease note that no such ID dates any later than end of 2008. That said, I see sense in preserving/converting the IDs that indicate the origin/relation of the source code, for example: /* $NetBSD: print-ah.c,v 1.4 1996/05/20 00:41:16 fvdl Exp $*/ Would anybody object on this change

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

2014-01-02 Thread Denis Ovsienko
02.01.2014, 02:41, "Michael Richardson" : > Denis Ovsienko wrote: > >>  It seems to be OK to just remove the lines that essentially state "this >>  file is a part of the tcpdump source tree and is original to it", for >>  example: >>  #ifndef

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

2014-01-14 Thread Denis Ovsienko
e.google.com/p/netmap/source/browse/extra/libpcap-netmap.diff > > which works against a recent (Jan11) libpcap version from github Hi Luigi. Why not open a pull request to queue this change for a review and merge? -- Denis Ovsienko ___ tc

Re: [tcpdump-workers] how can i access tsval from tcp options?

2014-02-15 Thread Denis Ovsienko
Greetings. TCP options are a particular case of TLV class of encodings. This most likely implies that TCP options are opaque to libpcap. To access one or more TCP options it is necessary to have some code like that in tcpdump, print-tcp.c around line 500. -- Denis Ovsienko __

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

2014-03-13 Thread Denis Ovsienko
/17 This is due to my yesterday work. I have just committed a change that should fix the build. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] how to tell tcpdump only to capture packets that go throught iptables

2014-03-18 Thread Denis Ovsienko
d  after i setup several > iptables rules for icmp. Mere counting is possible even without tcpdump: each iptables rule has counters for bytes and packets (iptables -vnL INPUT). -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@list

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

2014-03-22 Thread Denis Ovsienko
tal: unable to connect to bpf.tcpdump.org: bpf.tcpdump.org[0: 132.213.238.6]: errno=Connection timed out bpf.tcpdump.org[1: 2001:4830:116e:2::6]: errno=Network is unreachable --      Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@l

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

2014-03-29 Thread Denis Ovsienko
>  http://buildbot.wireshark.org/tcpdump/builders/Ubuntu-12.04-x64/builds/706 This crept in because I tested yesterday's changes without libsmi. Now the issue should be gone. --      Denis Ovsienko ___ tcpdump-workers mailing list tcpdump

Re: [tcpdump-workers] vlan handling

2014-03-30 Thread Denis Ovsienko
x8100 and VID = N in the outermost 32-bit tag vlanid-2 M: EtherType = 0x8100 and there are at least two (Q-in-Q) 32-bit tags and the 2nd (inner) VID = N vlanid-3 K: EtherType = 0x8100 and there are at least three (Q-in-Q-in-Q) 32-bit tags and the 3rd (most inner) VID

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

2014-04-22 Thread Denis Ovsienko
30.12.2013, 18:08, "Denis Ovsienko" : > 23.12.2013, 21:48, "Evgheni Antropov" : > >>   Hello I have try to compile tcpdump-4.5.1.tar.gz with libpcap-1.5.2.tar.gz >>    and receive following error: >> >>   checking for pcap-config... /usr/local

[tcpdump-workers] uint_XX_t, u_int_XX_t and NFLOG test case

2014-04-23 Thread Denis Ovsienko
libpcap for indefinitely longer time as there are many old libpcap installations around. Other opinions are welcome. --      Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

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

2014-09-06 Thread Denis Ovsienko
quot;. I don't fully understand the primary pro et contra of this change, but a positive side effect of this would be that the new subdir would make it easier to apply uniform updates specifically to printers' source code. Right now it is easy to miss a few .c/.h files when trying to do

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

2014-09-13 Thread Denis Ovsienko
operly distribute command-line options. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] Broken links for two Bluetooth DLTs

2014-10-06 Thread Denis Ovsienko
l site. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] v5 and v6 NetFlow captures needed

2014-11-01 Thread Denis Ovsienko
List, if anyone can contribute NetFlow v5 and/or v6 captures to fix a bug in tcpdump, could you make a comment in the following ticket? https://github.com/the-tcpdump-group/tcpdump/issues/18 Thank you. -- Denis Ovsienko ___ tcpdump-workers

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

2014-11-24 Thread Denis Ovsienko
100% identical the read-only choice between the two will become again purely theoretical and a matter of taste. A weekly backup of bpf.tcpdump.org on top of that will bring a complete peace of mind. Does that sound reasonable? -- Denis Ovsienko

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

2014-11-25 Thread Denis Ovsienko
rk for no gain. If instead the copies get converged first and then new commits go to one copy only, the other copy will always enjoy fast-forward pulls, making it possible to run git-pull every 15 minutes from crontab. -- Denis Ovsienko ___ t

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

2015-01-08 Thread Denis Ovsienko
ying to debug relevant code much later. Thank you. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] LINUX_SLL2

2015-01-12 Thread Denis Ovsienko
, please try to respond to the list. Thank you. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] LINUX_SLL2 - TEST REPLY

2015-01-13 Thread Denis Ovsienko
>On the cornercase offchance that the failure is caused by my MUA >(claws-mail), here's a reply from mutt instead. It made it to the list. Don't change anything until you have defended your proposal. -- Denis Ovsienko ___

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

2015-01-14 Thread Denis Ovsienko
"association" between a pair of sockets (in TCP these two things are the same), so a stream_id field in the encoding (0 for TCP and UDP) could be handy for SCTP payload representation. -- Denis Ovsienko ___ tcpdump-workers mailing list tc

Re: [tcpdump-workers] Pending pull request #378

2015-01-25 Thread Denis Ovsienko
lps to reorder the changes to make the most obvious and straightforward ones first. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] odd issue with Linux VLAN interface

2015-01-27 Thread Denis Ovsienko
s all the other packets. This is the latest build of tcpdump on kernel 3.13.0-44-generic #73-Ubuntu SMP. Not sure if I will get to find the reason myself, but if anybody sees this as a duplicate of or an additional input for one of the known bugs, please let me know. -- Denis Ovsienko __

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

2015-01-27 Thread Denis Ovsienko
11 (010) ret #0 (011) ret #262144 -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

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

2015-01-27 Thread Denis Ovsienko
ion 1.7.0-PRE-GIT_2015_01_28 OpenSSL 1.0.1f 6 Jan 2014 This Ubuntu host has no BPF extensions: denis@homepc:~/libpcap$ fgrep -r SO_BPF_EXT /usr/include/ denis@homepc:~/libpcap$ If this is a new bug, I can file it if it helps. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

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

2015-01-28 Thread Denis Ovsienko
On Wed, 28 Jan 2015 01:20:26 + Michael Richardson wrote > >Denis Ovsienko wrote: > > The host has an Ethernet interface with only an IPv6 link-local address > > (eth0). On top of it there is a VLAN interface with VID 75 (eth0.75), > > IPv6 link-local

Re: [tcpdump-workers] LINUX_SLL2

2015-02-25 Thread Denis Ovsienko
On Sun, 15 Feb 2015 19:34:37 + Paul "LeoNerd" Evans wrote > On Tue, 13 Jan 2015 00:29:43 +0200 > Denis Ovsienko wrote: > > > List, > > > > there is an idea to improve libpcap and tcpdump to enable the latter > > to print i

Re: [tcpdump-workers] buildbot failure in OpenCSW Buildbot on tcpdump-solaris10-sparcv9

2015-03-22 Thread Denis Ovsienko
On Sun, 22 Mar 2015 10:27:34 + wrote >The Buildbot has detected a failed build on builder tcpdump-solaris10-sparcv9 >while building tcpdump. It was my mistake, now it has been fixed. -- Denis Ovsienko ___ tcpdump-w

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

2015-06-08 Thread Denis Ovsienko
n unsupported old stable branch (often to resell it for a price as "their" support, let me note) is welcome to spend their own time on the problem and to contribute the solution. This would be within the typical expectations from an Open Source software pr

Re: [tcpdump-workers] buildbot failure in OpenCSW Buildbot on tcpdump-solaris10-i386

2015-07-10 Thread Denis Ovsienko
>BUILD FAILED: failed shell_2 This was expected, the next commit fixed it. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] buildbot success in OpenCSW Buildbot on tcpdump-solaris10-i386

2015-11-01 Thread Denis Ovsienko
>Blamelist: Guy Harris > >Build succeeded! Thank you for fixing this, my Internet link went down shortly after I started to look into the failure report. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tc

Re: [tcpdump-workers] [pcap-ng-format] comments/edits on pcapng

2015-11-18 Thread Denis Ovsienko
its 20 pages of text overall), in its terms the practice currently established on tcpdump-workers@ is between "Expert Review" and "Specification Required" (the time available for review and requestor's motivation seeming to make the difference). Maybe it would ma

Re: [tcpdump-workers] buildbot success in OpenCSW Buildbot on    libpcap-solaris10-sparcv9

2015-12-05 Thread Denis Ovsienko
On Sat, 05 Dec 2015 19:52:04 + wrote > The Buildbot has detected a restored build on builder > libpcap-solaris10-sparcv9 while building libpcap. Also back to normal on Linux and FreeBSD 10. -- Denis Ovsienko ___ t

Re: [tcpdump-workers] Disable address/name resolution in libpcap

2016-04-14 Thread Denis Ovsienko
exists, but can't seem to find it. "-n" is an option to tcpdump only, libpcap works the same way with and without it. The only case where DNS may be involved in libpcap is if the filter contains hostnames, which would need to be translated to addresses first to compile the filte

Re: [tcpdump-workers] Disable address/name resolution in libpcap

2016-04-14 Thread Denis Ovsienko
re important to be able to pre-test without DNS, the filter must be changed to use no hostnames. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] posix_fadvise()

2016-04-19 Thread Denis Ovsienko
the gain is ever visible with present day hardware and OSes? -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] GUE (UDP encapsulation) pull request

2016-07-03 Thread Denis Ovsienko
ents in the pull request. Cheers! -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] link-layer headers

2017-04-07 Thread Denis Ovsienko
> LINKTYPE_SCCP142DLT_SCCP > > > Can you please help us to decode Hex Dump for LINKTYPE_M3UA i.e SIGTRAN. tcpdump can decode M3UA if that is what you mean. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists

[tcpdump-workers] why tcpdump sometimes fails to link with libpcap

2017-08-01 Thread Denis Ovsienko
RIBUTING file in the tcpdump source tree." -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] Feature request - Support for EAP Dump in RADIUS Messages

2017-09-17 Thread Denis Ovsienko
Kindly review and let me know your views. Hello. Pull request #579 adds new C code that needs proofreading. I thought #608 would be simpler to process first but that is still in progress. -- Denis Ovsienko ___ tcpdump-workers mail

[tcpdump-workers] record capture time period in the .pcap file

2017-10-08 Thread Denis Ovsienko
new implementations? -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] let's learn tcpdump

2017-10-16 Thread Denis Ovsienko
Hello list. Many people find man pages boring, Julia Evans has authored a more funny introduction to tcpdump and related tools here: https://jvns.ca/tcpdump-zine.pdf -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers

Re: [tcpdump-workers] let's learn tcpdump

2017-10-18 Thread Denis Ovsienko
On Wed, 18 Oct 2017 02:59:29 +0100 Michael Richardson wrote >Denis Ovsienko wrote: > > Many people find man pages boring, Julia Evans has authored a more > > funny introduction to tcpdump and related tools here: > > https://jvns.ca/tcpdump-zine.pdf > >That&#

[tcpdump-workers] tcpdump logo on GitHub

2017-10-28 Thread Denis Ovsienko
.png -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] tcpdump logo on GitHub

2017-10-28 Thread Denis Ovsienko
>The attachment was probably deleted. Here is a link: > >https://framapic.org/Z2wN2FpnyNPg/QTrxHAaMFGwG.png Well, not bad. Looks OK scaled to 100 by 100 pixels (that's how it will appear on GitHub). -- Denis Ovsienko ___ t

Re: [tcpdump-workers] tcpdump logo on GitHub

2017-10-30 Thread Denis Ovsienko
>https://framapic.org/Z2wN2FpnyNPg/QTrxHAaMFGwG.png I have just uploaded it, thank you. Looks fine but you may want to make the background transparent to make it even better. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-work

[tcpdump-workers] about pcap_set_protocol()

2018-07-10 Thread Denis Ovsienko
master branch in June 2017 (libpcap pull request #595) and it has not made it into a libpcap release yet. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump

Re: [tcpdump-workers] about pcap_set_protocol()

2018-07-11 Thread Denis Ovsienko
On Wed, 11 Jul 2018 06:14:41 +0100 Francois-Xavier Le Bail wrote > On 11/07/2018 04:15, Guy Harris wrote: > > On Jul 10, 2018, at 1:31 AM, Denis Ovsienko wrote: > > > >> I have been looking at the man page for pcap_set_protocol() for some > >>

Re: [tcpdump-workers] LINKTYPE_LINUX_SLL2 implementation (libpcap & tcpdump)

2018-07-11 Thread Denis Ovsienko
that are easy to state but difficult to solve, so I would suggest to focus on a working prototype first, then the required props around it can be added as necessary. So far it is a well documented solution that does not exist. -- Denis Ovsienko _

Re: [tcpdump-workers] LINKTYPE_LINUX_SLL2 implementation (libpcap & tcpdump)

2018-07-11 Thread Denis Ovsienko
gned on a 4-octet boundary; I'm going > to update the LINKTYPE_LINUX_SLL2 specification to put a 2-byte reserved > field after it. Could the 4-octet field (ifindex) be at the beginning? -- Denis Ovsienko ___ tcpdump-workers mailing l

Re: [tcpdump-workers] [RFC LIBPCAP PATCH 0/1] LINKTYPE_LINUX_SLL2 implementation

2018-07-12 Thread Denis Ovsienko
iple capture sessions, whether parallel or consecutive. But far from convenient. As one of the maintainers, having looked through the commits I am convinced I would not be able to do this anytime soon. -- Denis Ovsienko ___ tcpdump-workers mailing list

Re: [tcpdump-workers] [RFC TCPDUMP PATCH 2/2] Add sll_ifindex into sll_header + use it to print ifname

2018-07-13 Thread Denis Ovsienko
ight now. > Perhaps this should be done *only* for live captures, *not* for reading > savefiles. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

[tcpdump-workers] fixing -Wformat-truncation

2018-07-14 Thread Denis Ovsienko
-truncation-with-gcc-8 -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] About LINKTYPE_LINUX_SLL / LINKTYPE_LINUX_SLL2

2018-07-14 Thread Denis Ovsienko
length, as Guy mentioned a couple days ago. > Should we add that the padding is done with '\0' bytes ? As far as encodings typically go, if the padding bytes are always discarded, it does not make difference. But it will not hurt to say the customary "MBZ". -- Denis Ovsienko

Re: [tcpdump-workers] [RFC TCPDUMP PATCH 2/2] Add sll_ifindex into sll_header + use it to print ifname

2018-07-17 Thread Denis Ovsienko
On Fri, 13 Jul 2018 08:40:47 +0100 Denis Ovsienko wrote > On Thu, 12 Jul 2018 20:38:08 +0100 Guy Harris > wrote > > On Jul 12, 2018, at 11:33 AM, Petr Vorel wrote: > > > > > +#ifdef PCAP_SUPPORT_SLL_V2 > > > +char i

Re: [tcpdump-workers] [tcpdump-security] [libpcap] Problem with version 1.9.0

2018-07-24 Thread Denis Ovsienko
I do not use cmake to build any software, so this is my interpretation, feel free to correct. Perhaps if someone had written down, in plain English, which specific steps it takes to compile tcpdump/libpcap, it would be easier to see if it can be done with a simple shell script. -- Denis Ovsienko

[tcpdump-workers] PCAP_ERROR/PCAP_ERROR_BREAK or -1/-2?

2018-07-25 Thread Denis Ovsienko
consistently in all man pages? -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] PCAP_ERROR/PCAP_ERROR_BREAK or -1/-2?

2018-07-25 Thread Denis Ovsienko
On Wed, 25 Jul 2018 09:11:23 +0100 Guy Harris wrote > On Jul 25, 2018, at 12:57 AM, Denis Ovsienko wrote: > > > Roughly a half of the libpcap man pages text uses the values -1 and -2 to > > discuss the return value of particular libpcap functions, the oth

[tcpdump-workers] if anyone wanted to practice fixing compiler warnings in tcpdump...

2018-07-29 Thread Denis Ovsienko
_builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~ -- Denis Ovsienko ___ tcpdump-wor

[tcpdump-workers] Fwd: about bits and frequencies

2018-07-30 Thread Denis Ovsienko
Let's see if my message makes it through the filters this time... Forwarded message From : Denis Ovsienko To : "tcpdump-workers" Date : Tue, 24 Jul 2018 14:07:58 +0100 Subject : about bits and frequencies Forwarded message ===

Re: [tcpdump-workers] if anyone wanted to practice fixing compiler warnings in tcpdump...

2018-07-30 Thread Denis Ovsienko
On Mon, 30 Jul 2018 02:08:51 +0100 Guy Harris wrote > On Jul 29, 2018, at 5:48 AM, Denis Ovsienko wrote: > > > Building (configure+gcc) tcpdump master branch with libpcap 0.6.1 yields > > the following compiler warnings, some of which are as ea

Re: [tcpdump-workers] [RFC TCPDUMP PATCH 2/2] Add sll_ifindex into sll_header + use it to print ifname

2018-07-31 Thread Denis Ovsienko
On Fri, 13 Jul 2018 08:40:47 +0100 Denis Ovsienko wrote > On Thu, 12 Jul 2018 20:38:08 +0100 Guy Harris > wrote > > On Jul 12, 2018, at 11:33 AM, Petr Vorel wrote: > > > > > +#ifdef PCAP_SUPPORT_SLL_V2 > > > +char i

Re: [tcpdump-workers] [the-tcpdump-group/tcpdump] Added RADIUS attributes from RFC 5447 (#636)

2018-08-02 Thread Denis Ovsienko
ng) -- it just copies the error in the registry allocation. I do not see a good way to accept both encodings for this attribute, given the way each encoding is defined. Are you aware of any other code that has copied this error, especially in the network devices firmware? -- Deni

Re: [tcpdump-workers] Should the tcpdump tests be run with TZ=GMT0, or should the AFS printer print time stamps in UTC?

2018-08-05 Thread Denis Ovsienko
; So we should just change it to use gmtime() rather than localtime(). > > I think an user prefer have the local time. -- Denis Ovsienko ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

  1   2   3   >