aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros
Commit message (Expand)AuthorAgeFilesLines
* Move /asn1 to /epan/dissectorsJoão Valverde2016-03-1315-1712/+0
* Add the packet number to the packet_info structure, and use it.Guy Harris2016-01-241-4/+4
* Fix template files to refer directly to pinfo->abs_ts.Guy Harris2016-01-231-2/+2
* Rename new_dissector_t to dissector_t.Guy Harris2016-01-142-8/+8
* "new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann2015-12-091-1/+1
* Don't allow multiple registrations of a protocol in dissector tables.Michael Mann2015-11-041-1/+1
* asn1: split off cleanup routinesPeter Wu2015-07-041-2/+2
* asn1 generated dissectors: cleanup #include usageBill Meier2014-12-231-2/+0
* ROS: Return dissected length from call_ros_oid_callbackStig Bjørlykke2014-10-131-18/+14
* Fix spelling: cant-->can't, wont-->won't, etcBill Meier2014-09-161-2/+2
* Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2014-08-092-13/+33
* Add more files to the distribution.Guy Harris2014-07-311-8/+11
* Add some files under asn1 to the distribution.Guy Harris2014-07-301-1/+1
* Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier2014-07-111-1/+1
* convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann2014-06-221-9/+8
* batch of tvb-length conversionsEvan Huus2014-06-211-1/+1
* Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2014-06-191-3/+3
* Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2014-06-181-3/+3
* Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2014-02-264-6/+6
* Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss2014-02-1811-22/+0
* Reject the packet if data is NULL without doing anything else.Chris Maynard2013-12-091-10/+5
* context is not being passed to dissector, not through pinfo->private_data so ...Michael Mann2013-11-101-3/+1
* In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann2013-11-053-37/+36
* Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann2013-11-033-6/+6
* Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann2013-11-021-1/+1
* Fix checkapi warnings (missing id)Jörg Mayer2013-09-151-3/+5
* expert_add_info_format_text -> expert_add_info_formatMichael Mann2013-09-093-3/+3
* expert_add_info_format_text -> expert_add_info_formatMichael Mann2013-09-091-1/+1
* Apparently one of our major global headers must include emem.h, because I justEvan Huus2013-06-194-10/+10
* Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus2013-06-191-2/+2
* Remove check_col() from ASN.1 dissectorsMichael Mann2013-06-146-23/+12
* Convert ASN.1 dissectors to use filterable expert info.Michael Mann2013-06-034-5/+17
* Small optical changeJörg Mayer2013-05-071-3/+0
* Allow generating some more dissectors with cmake.Jörg Mayer2013-05-071-0/+42
* Just whitespace changesJörg Mayer2013-05-051-2/+2
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+23
* -Wmissing-prototypesAnders Broman2013-03-281-0/+3
* From beroset:Anders Broman2013-03-181-12/+12
* How can I get a new tvbuff that starts at an offset within a givenGuy Harris2013-02-191-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-285-5/+5
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-01-131-1/+0
* [-Wunused-but-set-variable]Anders Broman2011-11-141-2/+1
* Don't generate the conformance file for exported types when building theJeff Morriss2011-10-141-1/+1
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-4/+0
* Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke2011-07-191-2/+2
* Use correct encoding for proto_tree_add_item().Stig Bjørlykke2011-07-191-2/+2
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-203-3/+3
* Do not report undecoded message to expert info for ReturnResult without resul...Tomas Kukosa2010-09-081-7/+10