aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-26Add writing support for the CommView file format.Stephen Fisher3-7/+142
2007-11-25Fix bug 2019: The SMB dissector was dereferencing a NULL pointer.Gerald Combs1-90/+90
2007-11-25Move some items back into capture_loop.c (since TShark no longer needs them).Gerald Combs2-88/+53
2007-11-25If a child doesn't quit 500ms after sending a QUIT signal, force it to exit.Gerald Combs1-2/+28
2007-11-25Added checksum.good and checksum.bad items.Stig Bjørlykke1-1/+26
2007-11-25Added checksum.good and checksum.bad items.Stig Bjørlykke1-1/+27
2007-11-25Header field array and whitespace cleanup.Jaap Keuter1-530/+512
2007-11-25Bug 1997 From Timo Teras:Sake Blok2-98/+153
2007-11-25Changes suggested/provided by Anders so that fewer changes are required to th...Graeme Lunt13-479/+1168
2007-11-25Make it possible to "move" a filter around the temporary coloring rulesSake Blok1-21/+40
2007-11-25Based on suggestion from Stig Bjørlykke. Add CRC tree even when CRC is missing.Jaap Keuter1-1/+3
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