aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-25Reset the temporary coloring filters to defaults instead of doing itSake Blok4-7/+26
2007-11-25Fixes crashing when opening color filters and pressing OKSake Blok3-12/+13
2007-11-25From Joe Eykholt:Stig Bjørlykke2-8/+11
2007-11-25Set an initial value to make gcc 4.1.3 20070929 (prerelease) on Ubuntu happy.Stig Bjørlykke1-4/+3
2007-11-25Clean up a comment.Guy Harris1-2/+2
2007-11-25Removed a "/*" within comment.Stig Bjørlykke1-1/+1
2007-11-25Corrected setting of "warnings_as_errors_default".Stig Bjørlykke2-2/+2
2007-11-25Put in a comment about encapsulation hint values.Guy Harris1-1/+8
2007-11-25Note that the encapsulation type values are SNMP ifType values, andGuy Harris1-10/+15
2007-11-24Terminate <para> with </para>.Stig Bjørlykke1-2/+2
2007-11-24From James Menzies: if the per-packet encapsulation hint is 14, theGuy Harris1-3/+19
2007-11-24From Graham Bloice:Stig Bjørlykke1-3/+4
2007-11-24From Alex Burlyga:Stig Bjørlykke1-7/+3
2007-11-24From J. Bruce Fields:Stig Bjørlykke2-8/+1104
2007-11-24Add a cast to make it compile again.Stig Bjørlykke1-1/+1
2007-11-24Make sure h225_pi is never NULL.Gerald Combs2-2/+2
2007-11-24Fix crash reported in http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2014...Jeff Morriss1-1/+1
2007-11-24Export classes from ROS - hopfully without breaking stuff.Anders Broman5-31/+46
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914 when building out...Jeff Morriss1-71/+60
2007-11-24Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2011 : check SSN i...Jeff Morriss1-0/+2
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2006 : use 0xffffff (r...Jeff Morriss1-2/+3
2007-11-24Support for the automatic configuration of the UPX dll/exe packer.Graeme Lunt3-7/+12
2007-11-24Whoops... forgot the 'svn add' the icons :-)Sake Blok10-0/+300
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok16-265/+818
2007-11-24Add AVP:sAnders Broman3-34/+176
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