aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-02From Olivier Biot: support AT_STRINGZ columns.Guy Harris1-4/+25
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot1-2/+2
2004-02-29From Jeff Morriss:Guy Harris1-1/+8
2004-02-05Add new col_append methods which will prepend the (format) string with theOlivier Biot1-1/+46
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris1-3/+4
2004-01-29Clean up whitespace, and use "%u" to print unsigned quantities.Guy Harris1-15/+13
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping1-5/+5
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris1-2/+1
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris1-15/+36
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-6/+31
2003-09-03And for Cal,Ronnie Sahlberg1-1/+5
2003-08-26In "col_set_addr()", don't do anything other than clearing the columnGuy Harris1-1/+3
2003-08-26Use "address_to_str_buf()" to generate column data for non-resolvedGuy Harris1-68/+32
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris1-19/+2
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris1-2/+18
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-28/+132
2003-01-28Thou shalt not cast pointers of unknown alignment to pointers toGuy Harris1-10/+7
2003-01-22From Dinesh Dutt:Guy Harris1-1/+21
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNGuy Harris1-17/+101
2002-12-10From Alfred Koebler: add support for a column for the interface andGuy Harris1-1/+2
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-1/+24
2002-12-03Show all 6 digits of precision in the time stamp column when displayingGuy Harris1-5/+5
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris1-5/+5
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerGuy Harris1-6/+1
2002-10-23Put a leading "0x" in front of the hex value for ARCNET addresses whenGuy Harris1-2/+2
2002-10-19The Frame Relay DLCI is a virtual circuit identifer, not a source orGuy Harris1-10/+1
2002-10-19"addr->data", not "addr", points to the DLCI.Guy Harris1-2/+2
2002-10-18Put in code to handle AT_DLCI.Guy Harris1-2/+7
2002-10-18Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETGuy Harris1-1/+17
2002-10-15Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",Guy Harris1-1/+12
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-15/+15
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-06-29From Didier Gautheron:Guy Harris1-3/+3
2002-06-28There are no "ipx.src" or "ipx.dst" filterable fields.Guy Harris1-6/+1
2002-06-28From Didier Gautheron: move port number from AppleTalk addresses toGuy Harris1-1/+16
2002-01-31There's no need to dynamically allocate the string buffer inGuy Harris1-7/+4
2002-01-31Don't include "inet_v6defs.h" in "column-utils.c"; nothing from it isGuy Harris1-11/+9
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris1-1/+41
2002-01-11From Jirka Novak:Guy Harris1-19/+75
2001-12-10The packet length is an unsigned quantity; print it with "%u".Guy Harris1-2/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-154/+139
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-18/+18
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.Guy Harris1-5/+1
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-3/+3
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris1-15/+23
2001-04-02Don't use "u_int" for IPv4 addresses in "column-utils.c", as that'llGuy Harris1-2/+2
2001-04-02Include <sys/time.h> as well as <time.h> in "column-utils.c" andGuy Harris1-4/+8
2001-04-01Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke1-0/+575