aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-12Remote trailing whitespaceJörg Mayer1-7/+7
2011-07-12Add a comment noting why AirPcap support cannot be unconditionallyGuy Harris1-1/+7
2011-07-12Disable airpcap by default. This matches the configure script.Michael Tüxen1-1/+1
2011-07-12This fixes the compile issue reported inMichael Tüxen1-0/+1
2011-07-12Speed up (slightly) reading of long text lines.Martin Mathieson1-10/+33
2011-07-12Fix more tooltips.Anders Broman5-101/+68
2011-07-12Fix more tooltips.Anders Broman7-83/+32
2011-07-12Add a bunch of URLs for character encoding information.Guy Harris1-0/+27
2011-07-11Having a non-NULL capture_opts->save_file might make us crash less.Gerald Combs1-0/+1
2011-07-11Use the proper function name.Gerald Combs1-1/+1
2011-07-11Fix more tooltips.Anders Broman2-31/+19
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs28-422/+31
2011-07-11Fix more tooltips, mark gtk_tooltips_new with 'E' in checkapi.Anders Broman4-35/+25
2011-07-11Fix a couple of tooltips.Anders Broman3-34/+9
2011-07-11In version_info.c, assume we always have the "matches" operator. InGerald Combs2-12/+0
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs16-653/+29
2011-07-11GTK_CHECK_VERSION cleanup.Anders Broman5-43/+0
2011-07-11More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.Gerald Combs11-224/+26
2011-07-11More GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related whitespaceGerald Combs12-215/+112
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in aGerald Combs9-267/+188
2011-07-11Make the minimum GLib version 2.14 and the minimum GTK+ version 2.12.Gerald Combs1-45/+11
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.Anders Broman1-18/+18
2011-07-11From qgj:Anders Broman1-133/+133
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.Anders Broman1-135/+135
2011-07-11From Ludovic Haessler:Anders Broman2-3/+22
2011-07-11Make sure consumed is set.Anders Broman1-2/+1
2011-07-11From Michael Mann:Anders Broman1-1462/+1727
2011-07-11As noted by Jaap Keuter on -dev, be sure to use message_size instead ofChris Maynard1-1/+1
2011-07-10Move the definitions of LANalyzer records to lanalyzer.c.Guy Harris2-160/+155
2011-07-10From Jaap:Anders Broman1-2/+2
2011-07-10Define a structure for the record header, and read into that, and thenGuy Harris1-33/+18
2011-07-10At that point in the code, bytes_read isn't the total number of recordGuy Harris1-3/+3
2011-07-10Add port 2710 for the XBT BitTorrent tracker (and note why it's added;Guy Harris1-1/+3
2011-07-10Make sure the SID string attached to a dcerpc_call_value has sessionGuy Harris1-1/+7
2011-07-10[Automatic manuf, services and enterprise-numbers update for 2011-07-10]Gerald Combs2-11/+105
2011-07-09Put Modbus/UDP support back.Guy Harris1-1/+27
2011-07-09If the reply length is < 32, that's an overflow, not a bug in theGuy Harris1-1/+3
2011-07-09Per README.developer, we must call subdissectors regardless of whether "tree"Chris Maynard1-1/+7
2011-07-09Point to the right place.Guy Harris1-1/+1
2011-07-09Show a hint to read http://wiki.wireshark.org/CaptureSetup/CapturePrivilegesBalint Reczey1-1/+4
2011-07-08Use a pixbuf for widgets used for icons.Michael Tüxen1-3/+5
2011-07-08Trivial: add a couple of newlines.Martin Mathieson2-0/+2
2011-07-08Change the way we scan past characters before the direction indicator.Martin Mathieson1-6/+9
2011-07-08If no interface is specified on the command line, use the defaultMichael Tüxen1-0/+35
2011-07-08You can't select/deselct interfaces in the capture/interfacesMichael Tüxen1-3/+23
2011-07-08Try to make non-libpcap builds compiling.Michael Tüxen1-0/+2
2011-07-08Use the interfaces from the last capturing process as a starting pointMichael Tüxen1-2/+30
2011-07-08Avoid 'variable set but no used' error from compiler.Jaap Keuter1-1/+4
2011-07-08Alas, the libpcap API didn't use "void *" where it should have; squelchGuy Harris1-2/+2
2011-07-08%u suffices, as varargs are widened. (It aslso doesn't cause Clang toGuy Harris1-2/+2