aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-04-27From Yaniv Kaul:Anders Broman3-7/+6
2011-04-27Remove check_col().Anders Broman1-18/+12
2011-04-27From Yaniv Kaul:Anders Broman1-2/+2
2011-04-27From Yaniv Kaul:Anders Broman1-10/+4
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier1-13/+10
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;Bill Meier1-18/+19
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier3-39/+27
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier1-2/+0
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;Bill Meier1-21/+16
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris2-2/+0
2011-04-26If HAVE_LIBGNUTLS isn't defined, don't build functions that are usedGuy Harris1-0/+2
2011-04-26If HAVE_LIBGNUTLS isn't defined, don't build functions that are usedGuy Harris1-0/+4
2011-04-26From Adam Langley via bug 4349:Gerald Combs3-12/+131
2011-04-26From Ivan Sy via bug 3343:Gerald Combs6-204/+542
2011-04-26From Yaniv Kaul:Anders Broman1-5/+1
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs4-8/+5
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-27/+20
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-19/+14
2011-04-25More fun with GArrays: cast away some warnings that don't report realGuy Harris1-6/+6
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris3-6/+11
2011-04-25Cast away some clang errors about cast alignments that appear safe. Stephen Fisher1-2/+2
2011-04-25Fix clang error ("increases requird alignment from 1 to 8") by removingStephen Fisher1-1/+1
2011-04-25From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=58...Jeff Morriss3-0/+1048
2011-04-25From Joakim Wiberg via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=58...Jeff Morriss1-153/+233
2011-04-24Fix CID 813: Code after ERROR is dead code (never reached)Jörg Mayer1-4/+0
2011-04-24[Automatic manuf, services and enterprise-numbers update for 2011-04-24]Gerald Combs1-11/+203
2011-04-23Back out previous change - I guess the Solaris buildbot has a pre-2.5.30Guy Harris1-19/+17
2011-04-23Try putting the include of config.h at the top of the generated scanner,Guy Harris1-17/+19
2011-04-23Rename g_gnuc_malloc.h to g_gnuc.hJeff Morriss1-1/+1
2011-04-23Use orginal nsstime_t structures (without copying).Jakub Zawadzki1-16/+7
2011-04-22Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-1/+5
2011-04-22Fix various warnings found by clang 3.0 (trunk 129935) complier:Stephen Fisher4-7/+5
2011-04-22As suggested by Jakub Zawadzki:Jeff Morriss3-14/+13
2011-04-22Fix warning about using wrong enum that is probably causing an actualStephen Fisher1-1/+1
2011-04-22Fix a "equality comparison with extraneous parentheses" warning foundStephen Fisher1-1/+1
2011-04-22Fix a "equality comparison with extraneous parentheses" warning foundStephen Fisher1-1/+1
2011-04-22Use _U_ for unused function parameters instead of assigning the variableStephen Fisher1-10/+3
2011-04-22Fix a few "equality comparison with extraneous parentheses" warningsStephen Fisher2-3/+3
2011-04-22Use _U_ for unused function parameters instead of assigning theStephen Fisher1-4/+1
2011-04-22Change enum type in struct to an int to allow different enum types toStephen Fisher1-1/+1
2011-04-22Fix whitespace a bit and add field names from doc/README.developer toStephen Fisher1-7/+7
2011-04-22Remove enum cast that doesn't do anything and causes a warning aboutStephen Fisher1-1/+1
2011-04-22Found by clang 3.0 (built from trunk): various implicit conversion fromStephen Fisher1-7/+36
2011-04-22Use _U_ for unused function parameters instead of assigning a variableStephen Fisher3-21/+7
2011-04-22If we're using GNUC, use attribute warn_unused_result to verify that theJeff Morriss1-2/+7
2011-04-22Don't create subtrees that are not used (and don't create subtrees which mightJeff Morriss1-15/+5
2011-04-22Don't assume that a proto_item is equivalent to a proto_tree.Jeff Morriss1-3/+4