aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-22From Dinesh Dutt:guy1-1/+21
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNguy1-17/+101
2002-12-10From Alfred Koebler: add support for a column for the interface andguy1-1/+2
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCgerald1-1/+24
2002-12-03Show all 6 digits of precision in the time stamp column when displayingguy1-5/+5
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"guy1-5/+5
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerguy1-6/+1
2002-10-23Put a leading "0x" in front of the hex value for ARCNET addresses whenguy1-2/+2
2002-10-19The Frame Relay DLCI is a virtual circuit identifer, not a source orguy1-10/+1
2002-10-19"addr->data", not "addr", points to the DLCI.guy1-2/+2
2002-10-18Put in code to handle AT_DLCI.guy1-2/+7
2002-10-18Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETguy1-1/+17
2002-10-15Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",guy1-1/+12
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-15/+15
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-06-29From Didier Gautheron:guy1-3/+3
2002-06-28There are no "ipx.src" or "ipx.dst" filterable fields.guy1-6/+1
2002-06-28From Didier Gautheron: move port number from AppleTalk addresses toguy1-1/+16
2002-01-31There's no need to dynamically allocate the string buffer inguy1-7/+4
2002-01-31Don't include "inet_v6defs.h" in "column-utils.c"; nothing from it isguy1-11/+9
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallguy1-1/+41
2002-01-11From Jirka Novak:guy1-19/+75
2001-12-10The packet length is an unsigned quantity; print it with "%u".guy1-2/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-154/+139
2001-11-21Remove the global packet_info called "pi". Dissectors now onlygram1-18/+18
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.guy1-5/+1
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-3/+3
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tguy1-15/+23
2001-04-02Don't use "u_int" for IPv4 addresses in "column-utils.c", as that'llguy1-2/+2
2001-04-02Include <sys/time.h> as well as <time.h> in "column-utils.c" andguy1-4/+8
2001-04-01Moved the the remaining column related routines out of packet.{c,h}hagbard1-0/+575