aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cops.c
Commit message (Expand)AuthorAgeFilesLines
* Give all subtrees an ett_ value.Guy Harris2002-04-051-37/+27
* The variables in question are only used if old unused code is present.Guy Harris2002-03-311-2/+2
* Get rid of an unused variable.Guy Harris2002-03-311-3/+3
* Get rid of unnecessary includes.Guy Harris2002-03-121-10/+1
* Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris2002-03-121-17/+2
* If we're linking with the UCD SNMP library, make "format_oid()" append aGuy Harris2002-03-111-187/+22
* From Kari Tiirikainen: use the SNMP library, if present, to print theGuy Harris2002-02-261-50/+189
* Add some necessary "volatile" declarations.Guy Harris2002-02-221-2/+2
* Catch the ReportedBoundsError exception in the DNS and TPKT dissectorsGuy Harris2002-02-221-1/+13
* COPS-PR extension support, from Kari Tiirikainen.Guy Harris2002-02-221-33/+748
* Added a preference to allow for setting the COPS tcp port.Ed Warnicke2002-02-221-5/+40
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-34/+34
* Get rid of some unnecessary includes.Guy Harris2001-04-231-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-4/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-1/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Get rid of extra blanks in strings.Guy Harris2000-12-271-24/+24
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Complete the COPS dissector. Heikki Vatiainen <hessu@cs.tut.fi>Gilbert Ramirez2000-10-161-8/+510
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-10/+1
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-4/+3
* Add COPS dissector (with a few fixes for compiling on Win32).Gilbert Ramirez2000-06-071-0/+335