aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
AgeCommit message (Expand)AuthorFilesLines
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-05Add new col_append methods which will prepend the (format) string with theOlivier Biot1-1/+8
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris1-2/+5
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-1/+2
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris1-8/+8
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerGuy Harris1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris1-1/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-17/+13
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-2/+3
2001-10-31Put "extern" in front of a pile of function declarations.Guy Harris1-17/+15
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orGuy Harris1-2/+2
2001-04-01Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke1-0/+65