aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-24Initial checkin of support to read TamoSoft's CommView packet capture filesStephen Fisher5-0/+307
2007-11-23Catch a bad bLength, which may cause a loop. Fixes bug 2012.Gerald Combs1-85/+93
2007-11-23Fix bug 2007 (a loop in IPv6).Gerald Combs1-107/+116
2007-11-23Set the usual properties on packet-wps.[ch].Guy Harris2-2/+2
2007-11-23No $Id:$ in new files?Stig Bjørlykke2-2/+2
2007-11-23Include packet-wps.h, so it's part of the source tarball.Guy Harris1-0/+1
2007-11-23From Jens Braeuer:Stig Bjørlykke7-6/+1997
2007-11-23Moved check for empty choice to make it work correctly.Stig Bjørlykke1-14/+14
2007-11-23fix a comment: manifest files are now embedded into .exe / .dll files, no nee...Ulf Lamping1-1/+1
2007-11-23because of the privilege separation done, read filters won't work by definiti...Ulf Lamping1-1/+2
2007-11-22Make previously removed ethertype preference obsolete. For inclusion inStephen Fisher1-0/+8
2007-11-22don't install the *.exe.manifest and *.dll.manifest files. The manifest is em...Ulf Lamping2-6/+1
2007-11-22If we only captured 1 packet, print "1 packet", not "1 packets".Guy Harris1-1/+2
2007-11-22Have capture_loop_dispatch() calculate the number of packets writtenGuy Harris1-11/+9
2007-11-22Don't count packets until we've successfully written them to the captureGuy Harris1-3/+10
2007-11-22Rename Windows ConsoleCtrHandlerRoutine --> capture_cleanup to match SVN #235...Bill Meier1-1/+1
2007-11-21Added handling of octet-aligned data according to direct_reference.Stig Bjørlykke1-24/+38
2007-11-21Catch SIGINT, SIGHUP, and SIGTERM on UN*X, so we cleanly exit if, forGuy Harris1-1/+48
2007-11-21Get rid of a no-longer-used variable.Guy Harris1-1/+0
2007-11-21Don't use "if it begins with 0xff 0x03 it's PPP, otherwise it's CiscoGuy Harris1-10/+3
2007-11-21Bug 1994: From Keith Mercer :Sake Blok1-17/+26
2007-11-21Cosmetic change to order the icmp.typeStig Bjørlykke1-1/+1
2007-11-21Avoid redraw hex dump windows if redissecting.Stig Bjørlykke3-10/+10
2007-11-21Make it easier to change the default behavior of --enable-warnings-as-errors.Gerald Combs2-2/+4
2007-11-21Don't try to overwrite read-only memory. Fixes bug 2001.Gerald Combs1-1/+1
2007-11-21more SSL debug info concerning conversation and ssl_sessionTomas Kukosa1-0/+6
2007-11-21fix crash caused with memory overwrite (flush buffer into window when we do n...Tomas Kukosa1-4/+5
2007-11-21Bump the trunk to 0.99.8.Gerald Combs3-383/+8
2007-11-20Fix bug #1841: Crash after adding&deleting a column (while packet captureStephen Fisher1-1/+1
2007-11-20Bump the version numbers.Gerald Combs2-2/+2
2007-11-20Add the portableapps files to the distribution.Gerald Combs1-5/+11
2007-11-20Update to draft-ietf-rserpool-common-param-15.txt. (WillMichael Tüxen2-68/+152
2007-11-20Update the privileges section.Gerald Combs1-8/+20
2007-11-20Fix a log message.Gerald Combs1-1/+1
2007-11-20Add a bounds check in order to try to fix bug #1998.Gerald Combs1-1/+16
2007-11-20Add relative start time, duration, and average data rate (bps) columnsGerald Combs20-126/+315
2007-11-20make-faq: Format of the online file changed slightly.Jörg Mayer3-531/+239
2007-11-20Fix minor typoStephen Fisher1-1/+1
2007-11-20Update before release process starts.Jörg Mayer1-8/+78
2007-11-20Update from samba tree revision 25880 to 26066Jörg Mayer12-78/+73
2007-11-20If libcap is present, have dumpcap use it to drop privileges whileGerald Combs5-3/+140
2007-11-20Reindent some to improve readabilityJeff Morriss1-71/+92
2007-11-20Update some comments and whitespace.Gerald Combs2-4/+7
2007-11-20fix tag handling inside snmp trapTomas Kukosa3-4/+4
2007-11-20from Jörg Mayer: "a proposed change to the COPYING file"Ulf Lamping1-10/+24
2007-11-20Rest of fix for SVN revision 23487. This change also changes the callbackStephen Fisher1-0/+4
2007-11-19Introduce use of the new FT_EBCDIC field type as a second display ofStephen Fisher1-4/+14
2007-11-19From Yaniv kaul:Mike Duigou2-10/+14
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher6-2/+72
2007-11-19Detect reneged acks or at least retransmissions after an ack was seen. MarkJeff Morriss1-25/+31