| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename "format_value()" to "format_var()", and have it dynamically | Guy Harris | 2000-06-26 | 1 | -9/+60 |
* | Make the string buffers into which stuff is formatted larger, to handle, | Guy Harris | 2000-06-25 | 1 | -2/+2 |
* | Instead of calling "snmp_set_full_objid()" to cause OIDs to be displayed | Guy Harris | 2000-06-17 | 1 | -13/+105 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -6/+6 |
* | Give the IPX dissector dissector hash tables for the IPX type and socket | Guy Harris | 2000-05-30 | 1 | -2/+5 |
* | Update a comment to reflect that only UCD SNMP 4.1.1 has | Guy Harris | 2000-05-24 | 1 | -3/+3 |
* | The only packets that look like SMUX packets *are* SMUX packets (unlike | Guy Harris | 2000-05-19 | 1 | -4/+4 |
* | Fix a botch that kept it from compiling if you didn't have an SNMP | Guy Harris | 2000-05-15 | 1 | -2/+2 |
* | SMUX and SNMP V3 support from Jochen Friedrich. | Guy Harris | 2000-05-15 | 1 | -116/+823 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -30/+30 |
* | Fix from Ron Flory to suppress a warning GCC issues on at least some | Guy Harris | 2000-05-09 | 1 | -3/+3 |
* | Change the sub-dissector handoff registration routines so that the | Gilbert Ramirez | 2000-04-13 | 1 | -1/+3 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -1/+11 |
* | Treat the two integers after the request ID in a BulkPDU as | Guy Harris | 2000-03-15 | 1 | -13/+25 |
* | Dietmar Petras' fix to the handling of SNMPv2 TRAP PDUs. | Guy Harris | 2000-03-15 | 1 | -2/+4 |
* | UCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro that calls | Guy Harris | 2000-02-20 | 1 | -1/+25 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Sigh. Some versions of CMU SNMP appear to lack the SMI_ #defines; for | Guy Harris | 1999-12-14 | 1 | -26/+36 |
* | Don't try to get UCD SNMP to define the CMU SNMP SMI_ values; they may | Guy Harris | 1999-12-14 | 1 | -71/+85 |
* | If we have an SNMP library, use its routines for printing values; that | Guy Harris | 1999-12-12 | 1 | -71/+236 |
* | Fix a couple of typos. | Guy Harris | 1999-12-11 | 1 | -2/+3 |
* | Don't use MAX_NAME_LEN*6 for string buffers, define our own | Guy Harris | 1999-12-10 | 1 | -4/+8 |
* | CMU SNMP doesn't have a documented way of including *only* those header | Guy Harris | 1999-12-10 | 1 | -1/+33 |
* | Make the SNMP dissector use the ASN.1 code, rather than the SNMP library | Guy Harris | 1999-12-10 | 1 | -717/+711 |
* | As per Nathan Leulinger's suggestion, have a stub SNMP dissector if | Guy Harris | 1999-12-05 | 1 | -20/+42 |
* | ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available, | Guy Harris | 1999-11-18 | 1 | -6/+15 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -3/+9 |
* | Arrange that "proto_register_snmp()" be defined regardless of whether | Guy Harris | 1999-10-27 | 1 | -3/+12 |
* | The previous patch didn't fix code used only with the CMU SNMP library; | Guy Harris | 1999-10-25 | 1 | -2/+2 |
* | Tomislav Vujec's patch to squelch some complaints from GCC (hopefully, | Guy Harris | 1999-10-24 | 1 | -3/+3 |
* | Some old CPP or tools that take C code in input do | Laurent Deniel | 1999-09-12 | 1 | -3/+3 |
* | Fix some compilation warnings. | Gilbert Ramirez | 1999-08-29 | 1 | -2/+2 |
* | Call "init_mib()" in "proto_register_snmp()"; not doing so causes core | Guy Harris | 1999-08-20 | 1 | -1/+2 |
* | Fix it to build with CMU, as well as UCD, SNMP. | Guy Harris | 1999-07-29 | 1 | -3/+3 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -4/+18 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -33/+31 |
* | Use "val_to_str()", rather than "get_XXX()" routines, to map SNMP | Guy Harris | 1999-06-12 | 1 | -270/+189 |
* | Fixed to actually compile with CMU SNMP library (at least on Linux). | Gilbert Ramirez | 1999-05-16 | 1 | -7/+67 |
* | Added Didier Jorand's dissect_snmp routine. This is only compiled in | Gilbert Ramirez | 1999-05-12 | 1 | -0/+882 |