summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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-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-12Just check whether dladdr() is available; we check in the code whetherGuy Harris1-4/+4
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-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 Quantin1-1/+2
2013-08-12Fix a comment.Guy Harris1-6/+8
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 Harris1-4/+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 Broman2-53/+86
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-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-10RPKI-RTR is not a asn1 dissector...Alexis 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
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+0
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-21/+21
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-5/+4
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+0
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-14/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte2-145/+145
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-67/+28
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-7/+6
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-9/+9
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-6/+6
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-512/+509
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-5/+5