aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Qt: fix crash when opening Preferences window on WindowsPascal Quantin1-2/+2
2015-01-01Welcome in 2015Pascal Quantin1-1/+1
2015-01-01wireshark-qt.cpp is only a Qt Wireshark source file.Guy Harris1-4/+1
2015-01-01Include "file.h" to get read_keytab_file() declared.Guy Harris1-0/+1
2015-01-01Let routines from the Kerberos dissector be called from C++.Guy Harris2-5/+17
2015-01-01Remove wireshark_cxx.Guy Harris1-1/+1
2015-01-01Move ui/qt/main.cpp to wireshark-qt.cpp, and get rid of the dummy.cpp hack.Guy Harris7-34/+13
2015-01-01Rename a variable to avoid a compiler warning.Guy Harris1-3/+3
2015-01-01Added DNP3 support for g13 and g43, output command eventsGraham Bloice1-9/+117
2015-01-01Eliminate proto_tree_add_text from WiMax plugin.Michael Mann6-892/+2228
2015-01-01Call setlocale() before getting version information.Guy Harris5-15/+15
2015-01-01Don't include header files that we don't appear to need.Guy Harris1-44/+1
2014-12-31Use setlocale() to get the current locale.Guy Harris1-6/+18
2014-12-31Don't include signal.h unless we need it.Guy Harris4-5/+2
2014-12-31Qt: Convert more dialog titles.Gerald Combs21-37/+42
2014-12-31We no longer do anything signal-related, so don't include <signal.h>.Guy Harris1-8/+13
2014-12-31Swallow get_glib_version_info() into get_compiled_version_info().Guy Harris1-18/+9
2014-12-31"#else", not "#elif", for the last part of a chain of conditionals.Guy Harris1-2/+24
2014-12-31Qt: fix 'Limit to display filter' functionality in Conversations/Endpoints wi...Pascal Quantin1-1/+2
2014-12-31ws_cpuid() returns a success/failure indication; make it gboolean.Guy Harris1-10/+10
2014-12-31Distinguish between IA-32 and non-x86.Guy Harris1-3/+9
2014-12-31Move some routines into ws_version_info.c.Guy Harris12-496/+153
2014-12-31rtse.cnf: fix Nesting level does not match indendation (CID 1159214)Alexis La Goutte2-10/+12
2014-12-31Zbee ZDP: fix Copy-paste error (CID 1158598)Alexis La Goutte1-1/+1
2014-12-31GTPv2: fix Copy-paste error (CID 1158587)Alexis La Goutte1-3/+2
2014-12-31Test suite: Make sure we have a usable locale before we run iconv.Gerald Combs1-0/+5
2014-12-31wslua field: fix Copy-paste error (CID 1158590 & 1158589)Alexis La Goutte1-2/+2
2014-12-31pcapng (wiretap): fix Copy-paste error (CID 1158591 & 1158592)Alexis La Goutte1-2/+2
2014-12-31umts_fp: Replace se_new0(...) by wmem_new0(wmem_file_scope(), ...)Bill Meier1-1/+1
2014-12-31Lua: allow a Dissector object to be passed in for register_heuristicHadriel Kaplan5-2/+95
2014-12-31GTP: fix Copy-paste error (CID 1158594 & 1158595)Alexis La Goutte1-2/+2
2014-12-31GTK: fix 'Limit to display filter' functionality in Conversations/Endpoints w...Pascal Quantin2-2/+2
2014-12-31checkAPIs.pl: Error/warnings output goes to STDERRBill Meier1-4/+4
2014-12-31SCTP: fix Nesting level does not match indendation (CID 1159213 & 1159215 )Alexis La Goutte1-2/+0
2014-12-31DHCPv6: fix Nesting level does not match indendation (CID 1159219)Alexis La Goutte1-1/+2
2014-12-31GTPv2: fix typo in Anders e-mail AddressAlexis La Goutte1-1/+1
2014-12-31jxta: fix Copy-paste error (CID 1158599 & 1158600)Alexis La Goutte1-2/+2
2014-12-31mount: fix Copy-paste error (CID 1224605)Alexis La Goutte1-5/+3
2014-12-31Column utils: Missing varargs init or cleanup (CID 1212122)Alexis La Goutte1-0/+1
2014-12-31prefs: fix typoAlexis La Goutte1-1/+1
2014-12-31Fix conversations filteringPascal Quantin1-4/+6
2014-12-31Update libwsutil symbolsPascal Quantin1-0/+4
2014-12-31DNS: ensure that suffix_addr structure is always initializedPascal Quantin1-1/+1
2014-12-31We do stuff with signals only on UN*Xes.Guy Harris1-0/+2
2014-12-31E.164: display country_code as decimal not hexLuke Mewburn1-366/+428
2014-12-31And, again, no more version_info.c.Guy Harris1-2/+1
2014-12-31BGP : Simple typo fix for BGP AttributeEbben Aries1-1/+1
2014-12-31No version_info.c any more.Guy Harris1-2/+1
2014-12-31Wrong function name.Guy Harris1-1/+1
2014-12-31Lua: getting fieldinfo.value for FT_NONE causes assertHadriel Kaplan1-4/+6