aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-7/+5
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-1/+1
2015-09-11snmp: fix 'time' var name.Dario Lombardo1-6/+6
2015-07-04asn1: split off cleanup routinesPeter Wu1-18/+29
2015-05-09Define the SHA-1 digest length in wsutil/sha1.h and use it.Guy Harris1-4/+4
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-3/+3
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