aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
Commit message (Expand)AuthorAgeFilesLines
* Work around changes made to recent Red Hat ucd-snmp packages. SeeGerald Combs2001-12-121-1/+17
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-23/+23
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-9/+10
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-11/+4
* Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke2001-11-261-2/+2
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+6
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-3/+2
* Squelch some compiler warnings.Guy Harris2001-09-031-3/+4
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-5/+5
* Rename the arguments and flags for the conversation routines, so as notGuy Harris2001-06-101-11/+15
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-3/+3
* Conversation dissectors are called through a mechanism that doesn'tGuy Harris2001-04-151-1/+10
* Fix up a pile of NullTVB uses that were left in the previous checkin.Guy Harris2001-04-151-32/+32
* Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris2001-04-151-197/+186
* At least with UCD SNMP 4.1.2, you can safely pass to "sprint_value()" aGuy Harris2001-04-071-2/+2
* Don't blow up if "asn1_string_value_decode()" supplies a null pointer asGuy Harris2001-04-071-5/+15
* In "dissect_snmp_parse_error()" and "dissect_snmp_error()", put an errorGuy Harris2001-04-061-76/+84
* Do a better job of #ifdef'ing out 3 variables in the case of non-UCD-SNMPGilbert Ramirez2001-02-271-2/+2
* Work around a CMU SNMP bug wherein "sprint_value()" dumps core if thereGuy Harris2001-01-301-47/+88
* SNMPv2u support.Guy Harris2001-01-301-2/+148
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-7/+13
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-2/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-3/+5
* Rename "asn1_octet_string_value_decode()" toGuy Harris2000-12-241-3/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-1/+2
* Don't require that all SNMP packets go to or from the SNMP port - theGuy Harris2000-10-211-1/+30
* Move the dlclose() of libsnmp_handle into the libsnmp_handle != NULLGilbert Ramirez2000-09-191-2/+2
* Close the handle for the SNMP library after we're done with it - sharedGuy Harris2000-09-171-1/+2
* Load "libsnmp.so.0", not "libsnmp.so":Guy Harris2000-09-081-8/+27
* 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-9/+9
* Use the right length when adding the "agent address" entry to the treeGuy Harris2000-07-251-3/+2
* Fix a comment.Guy Harris2000-07-251-2/+2
* The security model values 1 and 2 ("reserved for SNMPv1" and "reservedGuy Harris2000-07-081-19/+1
* "asn1_octet_string_decode()" sets the pointer to the raw octets to NULLGuy Harris2000-07-021-7/+19
* Make "format_oid()" allocate a buffer that's big enough, format the OIDGuy Harris2000-06-291-2/+2
* Make "format_oid()" allocate a buffer that's big enough, format the OIDGuy Harris2000-06-281-16/+24
* Rename "format_value()" to "format_var()", and have it dynamicallyGuy Harris2000-06-261-9/+60
* Make the string buffers into which stuff is formatted larger, to handle,Guy Harris2000-06-251-2/+2
* Instead of calling "snmp_set_full_objid()" to cause OIDs to be displayedGuy Harris2000-06-171-13/+105
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-6/+6
* Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris2000-05-301-2/+5
* Update a comment to reflect that only UCD SNMP 4.1.1 hasGuy Harris2000-05-241-3/+3
* The only packets that look like SMUX packets *are* SMUX packets (unlikeGuy Harris2000-05-191-4/+4
* Fix a botch that kept it from compiling if you didn't have an SNMPGuy Harris2000-05-151-2/+2
* SMUX and SNMP V3 support from Jochen Friedrich.Guy Harris2000-05-151-116/+823
* Add tvbuff class.Gilbert Ramirez2000-05-111-30/+30
* Fix from Ron Flory to suppress a warning GCC issues on at least someGuy Harris2000-05-091-3/+3
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-1/+3