summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add support for the BGP AIGP attribute.bareHannes Gredler2014-10-021-0/+57
* print-tcp: add some NFS printing finishDenis Ovsienko2013-11-071-2/+2
* print-tcp: move nfs specific dispacting to after the tcp header decodingLonginus002013-11-071-36/+30
* print-nfs: add versions of nfsreq_print and nfsreply_print that do not print ...Longinus002013-11-072-11/+48
* NFLOG: fix error messageDenis Ovsienko2013-10-311-1/+1
* NFLOG: more minor improvementsDenis Ovsienko2013-10-311-13/+9
* nflog - minor changesPetar2013-10-291-21/+21
* update URLs in the READMEDenis Ovsienko2013-10-291-6/+2
* remove some stray filesDenis Ovsienko2013-10-293-32/+0
* fix printing of unknown TCP optionsDenis Ovsienko2013-10-261-1/+3
* fix flags printing testsDenis Ovsienko2013-10-268-89/+78
* Add -g3 on some platforms even if .devel isn't present.Guy Harris2013-10-212-47/+47
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdumpGuy Harris2013-10-187-107/+199
|\
| * print-tcp: separate tcp_seq_hash into ipv4 and ipv6 versionsLonginus002013-10-181-77/+90
| * adopt MacOS deprecation workaround from FreeRADIUSDenis Ovsienko2013-10-184-0/+62
| * Babel: improve printing of time intervalsDenis Ovsienko2013-10-183-30/+47
* | Put lower-case letters before their upper-case equivalents in getopt().Guy Harris2013-10-181-1/+1
|/
* Explain why we set -xansi -signed for MIPS C.Guy Harris2013-10-172-0/+30
* Update a comment for the previous commit.Guy Harris2013-10-171-1/+0
* We no longer use the GCC version, so don't fetch it.Guy Harris2013-10-172-36/+4
* With .devel, add -g3 for MIPS C and DEC C.Guy Harris2013-10-172-2/+25
* We require autoconf 2.61 in configure.in; that suffices.Guy Harris2013-10-171-2/+2
* Note that clang, for example, is considered "gcc" by autoconf.Guy Harris2013-10-171-0/+3
* Clean up handling of -g and -O flags.Guy Harris2013-10-174-8178/+3502
* No C++/C99-style comments; not all C compilers necessarily support them.Guy Harris2013-10-171-6/+6
* Not all compilers that can be used support C++/C99-style comments.Guy Harris2013-10-161-1/+3
* That's README.md, not README.ad.Guy Harris2013-10-161-1/+1
* README got renamed to README.ad.Guy Harris2013-10-161-1/+1
* make pcap_setdirection() call conditional, GH #252Denis Ovsienko2013-10-151-5/+7
* mind MSVC's UNALIGNED macro (GH #335 pt.2)Denis Ovsienko2013-10-141-0/+4
* NFS: replace ino_t with u_int32_t (GH #335 pt. 1)Denis Ovsienko2013-10-124-23/+12
* Merge pull request #334 from tejblum/float-store-2Denis Ovsienko2013-10-111-32/+2
|\
| * Use -ffloat-store while compiling if possible.Dmitrij Tejblum2013-10-071-0/+1
| * Simplify AC_LBL_CHECK_COMPILER_OPT a bit.Dmitrij Tejblum2013-10-071-32/+1
|/
* merge 'threv' and 'rev' variables in print-tcp into just 'rev'Longinus002013-10-051-5/+3
* add a TCP Fast Open test caseDenis Ovsienko2013-10-033-0/+16
* add a acomment to tcp_print()Denis Ovsienko2013-10-031-0/+1
* add support for experimental tcp fast open and parsing experimental optionsLonginus002013-10-032-0/+37
* justify declarations of struct tok arraysDenis Ovsienko2013-09-2450-220/+218
* LMP: amend tests/.gitignoreDenis Ovsienko2013-09-181-1/+0
* Merge pull request #332 from msabramo/README_markdownMichael Richardson2013-09-131-21/+29
|\
| * README.md: Fix typo: INSTALL => INSTALL.txtMarc Abramowitz2013-09-131-1/+1
| * README.md: Remove VCS header line; add title and Travis CI build badgeMarc Abramowitz2013-09-131-3/+4
| * README.md: Markdown formatting tweaksMarc Abramowitz2013-09-121-20/+27
| * Rename README to README.mdMarc Abramowitz2013-09-121-0/+0
* | refine tcpdump(1) manpage (GH #119)Denis Ovsienko2013-09-131-4/+4
|/
* syslog: refine the decoderDenis Ovsienko2013-09-121-29/+15
* fix parsing of syslog priority (GH #264)Bram2013-09-122-3/+3
* add a test case for syslog over UDPDenis Ovsienko2013-09-123-0/+19
* simplify pcap_setdirection() detectionDenis Ovsienko2013-09-121-8/+1