aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Put a leading "0x" in front of the hex value for ARCNET addresses whenGuy Harris2002-10-231-2/+2
* The Frame Relay DLCI is a virtual circuit identifer, not a source orGuy Harris2002-10-191-10/+1
* "addr->data", not "addr", points to the DLCI.Guy Harris2002-10-191-2/+2
* Put in code to handle AT_DLCI.Guy Harris2002-10-181-2/+7
* Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETGuy Harris2002-10-181-1/+17
* Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",Guy Harris2002-10-151-1/+12
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-15/+15
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Didier Gautheron:Guy Harris2002-06-291-3/+3
* There are no "ipx.src" or "ipx.dst" filterable fields.Guy Harris2002-06-281-6/+1
* From Didier Gautheron: move port number from AppleTalk addresses toGuy Harris2002-06-281-1/+16
* There's no need to dynamically allocate the string buffer inGuy Harris2002-01-311-7/+4
* Don't include "inet_v6defs.h" in "column-utils.c"; nothing from it isGuy Harris2002-01-311-11/+9
* Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris2002-01-291-1/+41
* From Jirka Novak:Guy Harris2002-01-111-19/+75
* The packet length is an unsigned quantity; print it with "%u".Guy Harris2001-12-101-2/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-154/+139
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-18/+18
* Get rid of no-longer-necessary includes of <sys/time.h>.Guy Harris2001-09-141-5/+1
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-3/+3
* Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris2001-07-151-15/+23
* Don't use "u_int" for IPv4 addresses in "column-utils.c", as that'llGuy Harris2001-04-021-2/+2
* Include <sys/time.h> as well as <time.h> in "column-utils.c" andGuy Harris2001-04-021-4/+8
* Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke2001-04-011-0/+575