aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cops.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-34/+34
2001-04-23Get rid of some unnecessary includes.Guy Harris1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-4/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-1/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-27Get rid of extra blanks in strings.Guy Harris1-24/+24
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-10-16Complete the COPS dissector. Heikki Vatiainen <hessu@cs.tut.fi>Gilbert Ramirez1-8/+510
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-10/+1
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-4/+3
2000-06-07Add COPS dissector (with a few fixes for compiling on Win32).Gilbert Ramirez1-0/+335