aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cops.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-07The type values from Net-SNMP are u_chars; make the formal argument forGuy Harris1-3/+3
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
2003-12-13Make some variables that hold unsigned 16-bit quantities "guint16",Guy Harris1-5/+5
2003-12-11prevent MSVC warning:Ulf Lamping1-3/+3
2003-10-05variable.type is of type u_char, so use 0 instead of NULLJörg Mayer1-4/+4
2003-09-12From Kari Tiirikainen:Guy Harris1-27/+44
2003-09-08From Kari Tiirikainen:Guy Harris1-1159/+1223
2003-02-21Don't return a success/failure value from a function if we're not goingGuy Harris1-25/+36
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-49/+49
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-2/+2
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris1-110/+13
2002-04-28Changes to display some OCTET STRING values appropriately, and to removeGuy Harris1-169/+214
2002-04-05Give all subtrees an ett_ value.Guy Harris1-37/+27
2002-03-31The variables in question are only used if old unused code is present.Guy Harris1-2/+2
2002-03-31Get rid of an unused variable.Guy Harris1-3/+3
2002-03-12Get rid of unnecessary includes.Guy Harris1-10/+1
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-17/+2
2002-03-11If we're linking with the UCD SNMP library, make "format_oid()" append aGuy Harris1-187/+22
2002-02-26From Kari Tiirikainen: use the SNMP library, if present, to print theGuy Harris1-50/+189
2002-02-22Add some necessary "volatile" declarations.Guy Harris1-2/+2
2002-02-22Catch the ReportedBoundsError exception in the DNS and TPKT dissectorsGuy Harris1-1/+13
2002-02-22COPS-PR extension support, from Kari Tiirikainen.Guy Harris1-33/+748
2002-02-22Added a preference to allow for setting the COPS tcp port.Ed Warnicke1-5/+40
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
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