aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column_info.h
AgeCommit message (Collapse)AuthorFilesLines
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris1-1/+3
last columns, if any, with that format, and use that to speed up processing of columns with a particular format and checking whether we're displaying a column with a particular format. svn path=/trunk/; revision=9147
2003-09-03And for Cal,Ronnie Sahlberg1-1/+2
Ethereal presents a column to display culmulative bytes into the capture. A new column type is added : Culmulative Bytes. While PacketLength column type specifies the number of bytes in the current packet, Culmulative Bytes specifies the culmulative number of bytes from the start of the capture. svn path=/trunk/; revision=8359
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-4/+3
to "protect" what's currently in the column, so that attempts to clear the column will only clear stuff after the fence and attempts to overwrite the column will append stuff after the fence. This, for example, allows a dissector to arrange that the Info column contain information for its protocol and for protocols running atop it. svn path=/trunk/; revision=7466
2003-01-22From Dinesh Dutt:Guy Harris1-1/+4
- A new decoder called MDSHDR which decodes the internal header of the Cisco MDS switch (this is different from the Boardwalk header). - Support for some more new columns as part of FC support. - Fixed the decoding of the Special Frame in FCIP. - Fixed the decoding of credit management type field in FLOGI/PLOGI frame in FC-ELS. svn path=/trunk/; revision=6974
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNGuy Harris1-1/+2
channel number, X.25 logical channel number). Clean up white space and the like, and get rid of unnecessary arguments to "col_set_port()". svn path=/trunk/; revision=6772
2002-12-10From Alfred Koebler: add support for a column for the interface andGuy Harris1-1/+2
direction in Firewall-1 monitor files. svn path=/trunk/; revision=6771
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-1/+3
header, Extended Link Service, Interswitch Link Service, FCP, and IPFC. svn path=/trunk/; revision=6757
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6116
2002-01-11From Jirka Novak:Guy Harris1-1/+3
Support for generating filter expressions based on packet list column values Support for adding filter expressions generated from column or protocol tree field values to the current expression rather than replacing the current expression svn path=/trunk/; revision=4522
2001-04-01Moved the column_info structure and related enum from packet.{c,h} toEd Warnicke1-0/+92
column_info.h. svn path=/trunk/; revision=3222