aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9035 :Pascal Quantin1-5/+11
2013-08-13Wrap in "extern "C"" for the benefit of C++ code including it.Guy Harris1-1/+10
2013-08-13From Javier Godoy:Anders Broman1-23/+332
2013-08-13From Yaniv Kaul:Anders Broman1-1/+11
2013-08-13Create the dissector hash table in only one place, and specify that its valuesEvan Huus3-13/+10
2013-08-13When freeing the preferences of a module, also free the preferences of itsEvan Huus1-2/+7
2013-08-13Only rescan packets if we have packets to rescan. Fixes at least the surfaceEvan Huus1-1/+3
2013-08-13Fix name resolution tests:Evan Huus1-12/+12
2013-08-12Be sure to initialize the jumbo flag when creating a new chunk header byEvan Huus1-8/+15
2013-08-12- Extract variables from Makefile.common.Jörg Mayer2-17/+86
2013-08-12If we're looking for some version of GTK+, and don't find it, fail. Guy Harris1-4/+6
2013-08-12Just check whether dladdr() is available; we check in the code whetherGuy Harris3-49/+24
2013-08-12Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9031 :Pascal Quantin1-0/+4
2013-08-12Tell a bit more of the story of dladdr()'s ability, or lack of same, toGuy Harris1-0/+22
2013-08-12Move initalisation of IPv4 hastable to the host_name_lookup_init() rotine.Anders Broman1-17/+8
2013-08-12From Tommy Wu:Anders Broman1-2/+3
2013-08-12Fix error when enable "debug" in wiretap/pcapng.c fileAlexis La Goutte1-1/+1
2013-08-12Fix shorten-64-to-32 error when build with clang 3.4Alexis La Goutte1-1/+1
2013-08-12Use "command -v", required by recent POSIX, rather than "which"; I seemGuy Harris1-2/+14
2013-08-12Double click Lua scripts in About Plugins list to open in an editor.Stig Bjørlykke1-0/+36
2013-08-12coverity 280403 (logically dead code)Martin Kaiser1-0/+1
2013-08-12Check presence of PagingRecordList before trying to fetch the number of Pagin...Pascal Quantin1-1/+2
2013-08-12Fix copy paste error and reinitialize actx->private_data to NULL once usedPascal Quantin3-2/+4
2013-08-12Fix a comment.Guy Harris1-6/+8
2013-08-12On some platforms, to get dladdr() you need to link with -ldl. FirstGuy Harris2-24/+43
2013-08-12Add in a bunch of UNIX-platform-specific ways of getting executable pathGuy Harris1-18/+138
2013-08-12Add a comment discussing the layout of application bundles and theGuy Harris1-0/+47
2013-08-12If we weren't started with special privileges, try to figure out ifGuy Harris2-10/+103
2013-08-11Reorder and group chunk header flags. Reduces the bit-twiddling needed by theEvan Huus1-3/+5
2013-08-11Split jumbo_free and jumbo_realloc into their own functions for readability andEvan Huus1-13/+45
2013-08-11Move the null check outside the function call. Simpler, and more efficient forEvan Huus1-5/+3
2013-08-11Little optimization: move two statements inside an if block.Evan Huus1-3/+3
2013-08-11Use g_hashtable for IPv4 name resolution.Anders Broman3-125/+116
2013-08-11Don't let a valgrind-output-parsing error hide the fact that it was an error ofEvan Huus1-1/+4
2013-08-11Add support for allocating more than will fit in a single block, through the useEvan Huus2-16/+110
2013-08-11Instead of using a glib slist to track the list of blocks, embed a shortEvan Huus1-51/+84
2013-08-11Small optimization: the master-list and recycler cases are different enough thatEvan Huus1-14/+22
2013-08-11[Automatic manuf, services and enterprise-numbers update for 2013-08-11]Gerald Combs1-116/+150
2013-08-11Split some asserts so it is more clear what the problem is when they areEvan Huus1-2/+4
2013-08-11Free a few hash tables in packet.c when we shutdown.Evan Huus1-40/+41
2013-08-11Modelines and consistent indentation.Evan Huus1-2103/+2127
2013-08-11Fix 130KB of leaked memory exposed (or caused?) by the conversion to glib hashEvan Huus1-1/+15
2013-08-10Initialize float variables with float constants, not double constants,Guy Harris1-6/+6
2013-08-10RPKI-RTR is not a asn1 dissector...Alexis La Goutte1-1/+1
2013-08-10Update .gitignoreAlexis La Goutte1-1/+2
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-3/+3