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