summaryrefslogtreecommitdiff
path: root/print-snmp.c
Commit message (Collapse)AuthorAgeFilesLines
* avoid trigraphitojun2001-03-171-3/+3
|
* Get rid of libsmiV1 API compatibility. The configure script alreadyfenner2001-01-241-64/+2
| | | | | requires the v2 API, so this attempt at compatibility just caused problems.
* Some verbose format diffs from Juergen Schoenwaelderfenner2000-11-101-11/+46
|
* Update for libsmi v0.2.x . Attempt to retain libsmi v0.1.x compatibilityfenner2000-11-041-12/+63
| | | | (but didn't test it).
* Remove erroneous semicolon from "for()" clause; patch from Michael T.guy2000-10-061-2/+2
| | | | Stolarchuk.
* remove non-STDC codeassar2000-07-011-4/+1
|
* s/sprintf/snprintf/.itojun2000-01-171-6/+9
| | | | | there seem to be couple of unsafe use of strcat and strcpy - we should bring in strl{cat,cpy}.
* * print-rt6.c: make IPv6 routing header printing work with new 2292bisitojun1999-12-221-1/+9
| | | | | | | | | | | API. * print-bgp.c: improve options printing. ugly code exists for unaligned option parsing (need some fix). * const poisoning in SMB decoder. * make dump format back to original. someone may want to add an option to do ascii printing, but keep the default behavior as is for scripts used in many places. * -Wall -Werror clean checks.
* From: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de>mcr1999-12-131-26/+312
| | | | | | | | Here is a new version of the libsmi patch for tcpdump. It provides some bug fixes and some enhancements such as access checking and better range checking. The patch also fixed a few bugs in the print_snmp.c module of tcpdump itself (unrelated to the usage of libsmi).
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
|
* compilable AH/ESP patchesmcr1999-10-171-53/+529
|
* patches to help build on Linux 2.2linux22mcr1999-10-171-183/+15
|
* SNMP v2c patches from http://www.ibr.cs.tu-bs.de/ietf/snmpv3/tcpdump.shtmlsnmpv2cmcr1999-10-171-15/+183
|
* Initial revisionmcr1999-10-071-0/+1043