aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Some additional UAT update callback changes.Guy Harris1-6/+7
2015-01-19Convert OID APIs to use wmem.Michael Mann1-9/+9
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-18/+12
2014-11-08SNMP: Fix warning found by -Wunused-const-variableAlexis La Goutte1-5/+7
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris1-6/+5
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-12/+12
2014-09-14Show BER identifiers and lengths in SNMP variable bindings.Guy Harris1-28/+24
2014-08-30Mark Trap-PDU as obsolete for SNMP versions > 1Stig Bjørlykke1-16/+22
2014-08-13SNMP : Continue to fix indent (use tab)Alexis La Goutte1-62/+60
2014-08-13SNMP: Remove some unused hf fieldAlexis La Goutte1-16/+5
2014-08-11SNMP: fix mixed indent (use tab)Alexis La Goutte1-318/+315
2014-08-11SNMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+4
2014-08-11SNMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-58/+49
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-23/+28
2014-06-21batch of tvb-length conversionsEvan Huus1-11/+11
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-13/+13
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-13/+13
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-06-16Remove emem in SNMP UAT, use glib insteadEvan Huus1-116/+141
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-18/+16
2014-02-03Fix one -fstrict-alias warning missed in g4cc69483Stig Bjørlykke1-1/+1
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-22Use tvb_get_string_enc() with an explicit encoding; it's a + or a -, soGuy Harris1-1/+1
2014-01-14Make a routine not used outside the SNMP dissector static.Guy Harris1-1/+1
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-1/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-10-26Convert some emem to wmem. It took some manual flow analysis, but they are onlyEvan Huus1-2/+2
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-7/+7
2013-09-22emem -> wmem conversion:Pascal Quantin1-11/+11
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-13/+16
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-3/+3
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-2/+6
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-12/+10
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-11/+6
2013-06-20Back out some of the wmem conversions (r50063 and r50057).Evan Huus1-31/+31
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-32/+32
2013-06-19Remove traling whitespace.Jörg Mayer1-17/+17
2013-06-12Pretify dissection of date and Time.Anders Broman1-5/+95
2013-06-12Fix a crash when oid_info->value_typem is NULLAnders Broman1-1/+1
2013-06-11Show DisplayString as a string.Anders Broman1-4/+8
2013-06-04Add subdissection of:Anders Broman1-5/+25