aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Move stuff that should *only* be known by the lowest-level code thatGuy Harris2-6/+6
2012-01-04Make sure each value in a GHashTable is unique. This avoids aGerald Combs1-24/+19
2012-01-03From Pascal Quantin:Anders Broman2-1/+4
2012-01-03Use a hash table to gather information from IR packets and store it in per-pa...Anders Broman2-105/+394
2012-01-03Enhance error information.Anders Broman1-1/+1
2012-01-03Move capture_sync.h as well.Guy Harris1-1/+1
2012-01-03capture_sync.c is another file common to all programs that captureGuy Harris1-2/+1
2012-01-01From Mike Morrin:Anders Broman6-55/+81
2012-01-01[Automatic manuf, services and enterprise-numbers update for 2012-01-01]Gerald Combs2-1/+22
2012-01-01Happy New Year!Stig Bjørlykke2-3/+3
2011-12-31- Update the graphical packagesJörg Mayer2-28/+82
2011-12-31Put back paragraph break.Guy Harris1-2/+2
2011-12-31Leave more word-wrapping to the toolkit.Guy Harris1-4/+6
2011-12-31Add more entries and sort them.Gerald Combs1-20/+40
2011-12-30Add Gaurav Tungatkar.Chris Maynard1-2/+7
2011-12-30Fix formatting issues.Stig Bjørlykke1-3/+7
2011-12-30Fix 'encoding-arg' for ptvcursor_add_with_subtree(): TRUE=>ENC_LITTLE_ENDIAN,...Bill Meier2-7/+7
2011-12-30Regenerated packet-h245.c (should have been included in SVN #40311: add_new_d...Bill Meier1-24/+29
2011-12-30From Fred Fierling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6698Alexis La Goutte2-6/+7
2011-12-30We don't have any links to activate if we don't have pcap.Guy Harris1-0/+2
2011-12-30Make the links in the "WinPcap doesn't appear to be installed" textGuy Harris1-2/+29
2011-12-30Clean up word wrapping a bit.Guy Harris1-2/+2
2011-12-30For the "don't have WinPcap" case, put up some stuff in the welcomeGuy Harris1-3/+30
2011-12-30I had a capture_errs.c but capture-wpcap.c eated it.Guy Harris1-1/+0
2011-12-29Get rid of extra blank line.Guy Harris1-1/+0
2011-12-29Leave it up to dumpcap to determine whether WinPcap was loaded and, ifGuy Harris2-37/+0
2011-12-29Leave it up to dumpcap to determine whether WinPcap was loaded and, ifGuy Harris1-13/+0
2011-12-29Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatGuy Harris9-112/+33
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris9-4/+28
2011-12-29Just hard-code the error for "can't load WinPcap"; the one thatGuy Harris1-7/+15
2011-12-29On Windows, if we can't open a capture device, check whether WinPcap isGuy Harris1-12/+26
2011-12-29Forgot the buffer length argument to g_snprintf().Guy Harris1-2/+4
2011-12-29If pcap_open_live() or pcap_open() fails due to not having WinPcap,Guy Harris1-0/+4
2011-12-29AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in...Bill Meier2-14/+2
2011-12-29AFAIKT sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #includes aren't...Bill Meier1-15/+0
2011-12-29Do whitespace cleanup; Reformat long lines;Bill Meier1-290/+315
2011-12-29Define GTK_DISABLE_DEPRECATED only if GTK lt 3.2 sinceBill Meier1-1/+5
2011-12-29Fix LTP multiple bundle bug and allow LTP/DCCP. Fixes https://bugs.wireshark...Chris Maynard1-3/+6
2011-12-29Set filter text after connecting to filter string callback so theStig Bjørlykke1-5/+6
2011-12-29Fixed a typo: btyes -> bytesStig Bjørlykke1-2/+2
2011-12-29Add PLACE_OF_INTEREST_SIGN, a.k.a. the OS X Command key symbol. AnnotateGerald Combs1-4/+18
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs28-18/+221
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs4-39/+38
2011-12-28Add some CMake files and directories.Gerald Combs1-0/+7
2011-12-28Remove some NSIS 1.x cruft.Gerald Combs1-5/+0
2011-12-28Simplify wireshark.nsi a bit by copying DLLs from the wireshark-gtk2Gerald Combs2-45/+42
2011-12-28Add "peflags" to the list of required executables. Use it to make sureGerald Combs2-0/+7
2011-12-28Fix Coverity CID 1342: UNUSED_VALUEChris Maynard1-4/+4
2011-12-28Add missing break; Fixes Coverity CID 1343.Chris Maynard1-15/+17
2011-12-28min() -> MIN().Chris Maynard1-2/+2