aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-04-25Store the frame_data structures in a tree, rather than a linked list. guy3-6/+11
2011-04-25Cast away some clang errors about cast alignments that appear safe. sfisher1-2/+2
2011-04-25Fix clang error ("increases requird alignment from 1 to 8") by removingsfisher1-1/+1
2011-04-25From LorĂ¡nd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=58...morriss3-0/+1048
2011-04-25From Joakim Wiberg via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=58...morriss1-153/+233
2011-04-24Fix CID 813: Code after ERROR is dead code (never reached)jmayer1-4/+0
2011-04-24[Automatic manuf, services and enterprise-numbers update for 2011-04-24]gerald1-11/+203
2011-04-23Back out previous change - I guess the Solaris buildbot has a pre-2.5.30guy1-19/+17
2011-04-23Try putting the include of config.h at the top of the generated scanner,guy1-17/+19
2011-04-23Rename g_gnuc_malloc.h to g_gnuc.hmorriss1-1/+1
2011-04-23Use orginal nsstime_t structures (without copying).darkjames1-16/+7
2011-04-22Avoid passing a NULL string pointer to format routines: some libc's (e.g.,morriss1-1/+5
2011-04-22Fix various warnings found by clang 3.0 (trunk 129935) complier:sfisher4-7/+5
2011-04-22As suggested by Jakub Zawadzki:morriss3-14/+13
2011-04-22Fix warning about using wrong enum that is probably causing an actualsfisher1-1/+1
2011-04-22Fix a "equality comparison with extraneous parentheses" warning foundsfisher1-1/+1
2011-04-22Fix a "equality comparison with extraneous parentheses" warning foundsfisher1-1/+1
2011-04-22Use _U_ for unused function parameters instead of assigning the variablesfisher1-10/+3
2011-04-22Fix a few "equality comparison with extraneous parentheses" warningssfisher2-3/+3
2011-04-22Use _U_ for unused function parameters instead of assigning thesfisher1-4/+1
2011-04-22Change enum type in struct to an int to allow different enum types tosfisher1-1/+1
2011-04-22Fix whitespace a bit and add field names from doc/README.developer tosfisher1-7/+7
2011-04-22Remove enum cast that doesn't do anything and causes a warning aboutsfisher1-1/+1
2011-04-22Found by clang 3.0 (built from trunk): various implicit conversion fromsfisher1-7/+36
2011-04-22Use _U_ for unused function parameters instead of assigning a variablesfisher3-21/+7
2011-04-22If we're using GNUC, use attribute warn_unused_result to verify that themorriss1-2/+7
2011-04-22Don't create subtrees that are not used (and don't create subtrees which mightmorriss1-15/+5
2011-04-22Don't assume that a proto_item is equivalent to a proto_tree.morriss1-3/+4
2011-04-22Don't create a subtree that is not used.morriss1-4/+2
2011-04-22Use the return value of proto_item_add_subtree()morriss1-2/+3
2011-04-22Don't assume that a proto_item is equivalent to a proto_tree.morriss1-27/+26
2011-04-22Don't create a subtree that is not used.morriss1-4/+3
2011-04-22Use the return value of proto_item_add_subtree()morriss1-6/+9
2011-04-22Enhance BT-UTP dissector:alagoutte1-59/+76
2011-04-22Cleanup emem_verify_pointer()darkjames1-15/+11
2011-04-22Add some casts to squelch complaints about alignment; our little slabguy1-2/+2
2011-04-22Remove invalid svn:executable propertydarkjames1-0/+0
2011-04-22We deal with pointer alignment ourselves, so we ensure the casts areguy1-3/+3
2011-04-22Either the buf argument to emem_scrub_memory() is properly aligned or itguy1-3/+3
2011-04-22ep_alloc() returns a properly-aligned value for all uses; that's why itguy1-2/+2
2011-04-22Stuff that comes back from ep_alloc() is properly aligned for all uses;guy1-2/+2
2011-04-22Cast away bogus warnings. (I begin to see why C++ has templates here,guy1-2/+2
2011-04-22"guint8 *" means "pointer to array of bytes that may or may not beguy1-6/+10
2011-04-21Remove unneeded #include <errno>,<math>,<ctype> & "isprint";wmeier1-32/+27
2011-04-21Add #include <ctype.h> before #include "isprint.h";wmeier1-187/+188
2011-04-21Avoid passing a NULL string pointer to format routines: some libc's (e.g.,morriss1-7/+7
2011-04-21#include <errno.h> & #include <math.h> not req'd;wmeier1-2/+0
2011-04-21Remove unneeded #include <ctype.h> and "isprint.h";wmeier1-36/+33
2011-04-21Remove some unneeded #includes;wmeier1-2523/+2519
2011-04-21Remove some uneeded #includes;wmeier1-70/+64