aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-07-04asn1: split off cleanup routinesPeter Wu1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-2/+0
2014-10-13ROS: Return dissected length from call_ros_oid_callbackStig Bjørlykke1-18/+14
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2-13/+33
2014-07-31Add more files to the distribution.Guy Harris1-8/+11
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-1/+1
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-9/+8
2014-06-21batch of tvb-length conversionsEvan Huus1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-3/+3
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-3/+3
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier4-6/+6
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss11-22/+0
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard1-10/+5
2013-11-10context is not being passed to dissector, not through pinfo->private_data so ...Michael Mann1-3/+1
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann3-37/+36
2013-11-03Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann3-6/+6
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-09-15Fix checkapi warnings (missing id)Jörg Mayer1-3/+5
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann3-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus4-10/+10
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-2/+2
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann6-23/+12
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann4-5/+17
2013-05-07Small optical changeJörg Mayer1-3/+0
2013-05-07Allow generating some more dissectors with cmake.Jörg Mayer1-0/+42
2013-05-05Just whitespace changesJörg Mayer1-2/+2
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-28-Wmissing-prototypesAnders Broman1-0/+3
2013-03-18From beroset:Anders Broman1-12/+12
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-11-14[-Wunused-but-set-variable]Anders Broman1-2/+1
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-2/+2
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris3-3/+3
2010-09-08Do not report undecoded message to expert info for ReturnResult without resul...Tomas Kukosa1-7/+10
2010-06-09Updates to the ROS dissector to support IDMP and fix to IDMP for implicit dec...Graeme Lunt3-8/+24
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss1-13/+1
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-01-28Fix gcc -Wshadow warningsBill Meier1-10/+10