aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris15-108/+102
2014-12-31tshark: endpoints statistics are not supported for now, do not list them in -zPascal Quantin2-24/+27
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris24-279/+148
2014-12-31Remove proto_tree_add_text from packet-dcerpc-pn-io.cMichael Mann1-3/+7
2014-12-30Test suite: Start testing our output for valid UTF-8.Gerald Combs5-99/+131
2014-12-30Qt: More WiresharkDialog conversions.Gerald Combs7-80/+73
2014-12-30free the temporary buffers allocated by gnutls_x509_privkey_export_rsa_raw()Martin Kaiser1-1/+5
2014-12-30Fix IPv6/IPX statistics generationPascal Quantin1-6/+6
2014-12-30Websocket: use pinfo pool and not packet one for the unmasked data tvbPascal Quantin1-3/+3
2014-12-30clean up the part where dissect_websocket() is called recursivelyMartin Kaiser1-2/+5