Fix Missing -z proto,colinfo,ip,gtp.teid_cp and -z proto,colinfo,ip,gtp.teid_data
[obnox/wireshark/wip.git] / epan / oids.c
2007-12-11 geraldDon't free memory that we're going to use later.
2007-12-07 geraldFix a typo.
2007-12-04 guyOnly define oid_get_default_mib_path() if we have libsmi.
2007-12-04 geraldAdd an oid_get_default_mib_path() function, and use...
2007-09-13 legoGiven the opportunity I check in the changes to snmp...
2007-08-28 lego- turn some other TC from FT_BYTES to FT_STRING so...
2007-08-28 legoReport loading failures to the user
2007-08-28 legoSNMP:
2007-08-28 jakeFix warnings "dereferencing type-punned pointer will...
2007-08-27 legoDo not throw, some of this functions get called outside...
2007-08-27 legocast a guint64 down to guint32 before assignment to...
2007-08-27 legoFixed an ep_ buffer overflow (off by one) in oid_subid2...
2007-08-27 guyGet rid of extra newlines at the end of epan/oids.h...
2007-08-27 lego- packet-snmp(-template).c
2007-08-26 legoGive the files its propper title
2007-08-25 legoTurns out that smiGetMinSize() and smiGetMaxSize()...
2007-08-25 legoget libsmi into the picture
2007-08-25 legoreplace oid_to_str_buf() and oid_to_str()
2007-08-25 legoInitialize to zero all subids in oid_string2subid(...
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-08-24 richardvfix 'unused variable' warning
2007-08-24 legoAnother iteration, the new code is almost there, We...
2007-08-23 legoImplement Resolution of conceptual table indexing
2007-08-22 legoPrepare the oids dataset for managing conceptual table...
2007-08-21 legoA further iteration in the code, things start to look...
2007-08-19 legoFiltering on snmp variables starts to work so I put...
2007-08-16 lego- It's just-a-bad-idea(tm) to redefine anything from...
2007-08-15 legoI'm at the end of the second iteration, so far this...