aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Counter64 should be a FT_UINT64 and not a FT_UINT32Ronnie Sahlberg1-2/+2
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-84/+84
2006-07-10Fix compilation on systems with Net-SNMP.Gerald Combs1-8/+9
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-3/+8
2006-07-05Don't pass an empty OID to sprint_realloc_variable(). This should fix a Gerald Combs1-8/+11
2006-07-04replace the two remaining g_malloc with ep_allocRonnie Sahlberg1-6/+5
2006-07-04check_var_length can also return ewp allocated memory nowRonnie Sahlberg1-1/+1
2006-07-04make new_format_oid return ep allocated data.Ronnie Sahlberg1-8/+11
2006-07-04make format_oid use ep allocated memory internally instead of malloced memoryRonnie Sahlberg1-11/+10
2006-07-04make format_var return ep allocated memoryRonnie Sahlberg1-14/+10
2006-06-14Include <ctype.h> to fix some warnings. Regenerate theJörg Mayer1-6/+7
2006-06-13- "next tvb" list moved from h225 to new file next_tvb.[ch]Tomas Kukosa1-16/+39
2006-05-23Atempt to fix bug 967 crash on fuzzed SNMP capture. I can't reproduce the Bug.Anders Broman1-16/+22
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-6/+6
2006-05-15Don't throw an exception in oid_to_subid_buf() if the generated OID isGuy Harris1-40/+38
2006-05-14Remove stupid code.Anders Broman1-15/+2
2006-05-13snmp: Hopfully fix bug Bug 925.Anders Broman1-9/+21
2006-05-08Fix bug 926 OID wrongly decoded.Anders Broman1-16/+29
2006-05-03Use the asn2eth generated snmp dissector.Anders Broman1-1601/+2261
2006-03-11mark parser error messages as Ethereal generatedUlf Lamping1-2/+4
2006-03-08Fix:Anders Broman1-158/+131
2006-02-28add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integ...Ronnie Sahlberg1-13/+5
2006-02-22make the old style SNMP dissector handle 64 bit integers betterRonnie Sahlberg1-2/+15
2006-01-18In packet-cops.c use proto_item_append_text() instead of creating aGerald Combs1-26/+38
2006-01-12Fixes bug 679. Jaap Keuter1-1/+1
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