aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-28Note that we should redo the handling of OIDs whenGuy Harris1-0/+2
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2
2005-09-16If we've enabled the display of BER encapsulation tokens, only put themGuy Harris1-16/+15
2005-09-14Fix a warning.Anders Broman1-1/+1
2005-09-14Do the variable binding with dissect_ber_x() routines rather than asn1 ones.Anders Broman1-63/+80
2005-09-06Fail somewhat gracefully if malloc() fails.Guy Harris1-9/+11
2005-09-05For SNMP, malloc memory that we're going to free later. Fixes bug 406.Gerald Combs1-1/+1
2005-08-27Use "free()", not "g_free()", to free strings allocated with "malloc()".Guy Harris1-2/+1
2005-08-25"sprint_realloc_objid()" expects to be handled a malloced buffer, soGuy Harris1-78/+119
2005-08-19no more g_malloc or sprintf in snmpRonnie Sahlberg1-13/+10
2005-08-19more gmalloc sprintf removalsRonnie Sahlberg1-17/+7
2005-08-19remove two gmalloc and some sprintfRonnie Sahlberg1-14/+6
2005-08-17Flip the separators in the MIBS environment variable between ":" andGerald Combs1-2/+12
2005-08-05More char -> const char warning fixesJörg Mayer1-3/+3
2005-07-25From Thomas Anders:Luis Ontanon1-3/+196
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-05-11Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg1-1/+1
2005-05-10make SNMP over UDP a new style dissector and add some heuristics to check if ...Ronnie Sahlberg1-3/+38
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-12-07The standard environment separator character under Windows is ";".Gerald Combs1-2/+11
2004-11-28The recent length check added to proto_tree_add_string() revealed aGerald Combs1-23/+23
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-25From Tomas Kukosa:Guy Harris1-3/+6
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-9/+9
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-3/+3
2004-08-11From Tomas Kukosa: add a dissector table for OIDs in variable bindings,Guy Harris1-5/+29
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2569