aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard11-23/+33
2011-12-28add_new_data_source() needed in several places.Bill Meier1-0/+5
2011-12-28Add svn:executable propertyBill Meier1-0/+0
2011-12-28Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.Bill Meier4-1/+40
2011-12-28Remove a not really relevant comment.Bill Meier1-1/+0
2011-12-28Remove unneeded #includes;Bill Meier1-950/+958
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs12-31/+67
2011-12-27Tighten up format string used for date/time parse;Bill Meier1-21/+41
2011-12-27From Jim Young via bug 5580: Only update the time elapsed between the previou...Chris Maynard1-5/+6
2011-12-27Fix a comment. Correct a few typos.Chris Maynard1-14/+14
2011-12-27Corrected some obvious typos.Chris Maynard1-54/+54
2011-12-27Use tvb_get_ntoh48() instead of tvb_get_ntohs() || tvb_get_ntohl().Chris Maynard1-1/+1
2011-12-27Use tvb_ether_to_str() instead of ether_to_str(ep_tvb_memdup()). Add modelines.Chris Maynard1-1/+14
2011-12-27Initialise variables.Anders Broman1-2/+2
2011-12-27From Gaurav Tungatkar:Anders Broman1-178/+499
2011-12-27Dissect Service Option Profile.Anders Broman2-33/+99
2011-12-27Display the meaning of the special values of the Stop MTCH field.Martin Mathieson1-3/+11
2011-12-26That's the 3GPP spec for this protocol layer, right?Guy Harris1-1/+1
2011-12-26Update ICMPv6 to last IANA Parameters (2011-12-21)Alexis La Goutte1-15/+15
2011-12-26Update IKEv2 to last IANA Parameters (2011-12-19)Alexis La Goutte1-3/+3
2011-12-25[Automatic manuf, services and enterprise-numbers update for 2011-12-25]Gerald Combs3-991/+1200
2011-12-25Revisit the spec, value is 16 bits.Anders Broman1-22/+4
2011-12-25Use packet-radius.c to dissect embedded AVP:s.Anders Broman4-256/+113
2011-12-23Use tvb accessors rather than directly accessing tvb struct.Bill Meier1-5/+4
2011-12-23Use ENC_LITTLE_ENDIAN instead of TRUE as encoding argument to proto_tree_add_...Chris Maynard1-21/+21
2011-12-23Update/simplify the list of some of the stuff I worked on.Chris Maynard1-6/+4
2011-12-22Use item lenght when dissecting Additional Session Info.Anders Broman1-63/+91