aboutsummaryrefslogtreecommitdiffstats
path: root/epan/xdlc.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-20removal of even more sprintfRonnie Sahlberg1-6/+8
svn path=/trunk/; revision=15457
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-2/+2
svn path=/trunk/; revision=15015
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-7/+5
add a "match_strval_idx()" routine that does the same thing, and have "match_strval()" call it. Make those routines, and "val_to_str()", return a "const" pointer. Update dissectors as necessary to squelch compiler warnings produced by that. Use "val_to_str()" rather than using "match_strval()" and then, if the result is null, substituting a specific string. Clean up some other "match_strval()"/"val_to_str()" usages. Add a null pointer check in the NDPS dissector's "attribute_value()" routine, as it's not clear that "global_attribute_name" won't be null at that point. Make some global variables in the AFS4INT dissector local. Make some routines not used outside the module they're in static. Make some tables "static const". Clean up white space. Fix Gerald's address in some files. svn path=/trunk/; revision=14786
2004-09-28Move the xDLC helper routines into epan.Guy Harris1-0/+380
svn path=/trunk/; revision=12127