aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
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