aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cops.c
Commit message (Expand)AuthorAgeFilesLines
* Newlines don't belong in format strings for the "proto_tree_add"Guy Harris2004-02-181-3/+3
* splitted some of the preferences texts into more than one line,Ulf Lamping2004-01-171-3/+3
* The type values from Net-SNMP are u_chars; make the formal argument forGuy Harris2004-01-071-3/+3
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* warning: ISO C does not allow extra ; outside of a functionJörg Mayer2003-12-211-2/+2
* Make some variables that hold unsigned 16-bit quantities "guint16",Guy Harris2003-12-131-5/+5
* prevent MSVC warning:Ulf Lamping2003-12-111-3/+3
* variable.type is of type u_char, so use 0 instead of NULLJörg Mayer2003-10-051-4/+4
* From Kari Tiirikainen:Guy Harris2003-09-121-27/+44
* From Kari Tiirikainen:Guy Harris2003-09-081-1159/+1223
* Don't return a success/failure value from a function if we're not goingGuy Harris2003-02-211-25/+36
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-49/+49
* From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris2002-05-101-2/+2
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-051-110/+13
* Changes to display some OCTET STRING values appropriately, and to removeGuy Harris2002-04-281-169/+214
* 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