aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates to the ROS dissector to support IDMP and fix to IDMP for implicit dec...Graeme Lunt2010-06-093-8/+24
* Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss2010-05-131-13/+1
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-2/+0
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
* Fix gcc -Wshadow warningsBill Meier2010-01-281-10/+10
* Remove a check_col() in asn1 template file (SVN #31519 did only the generated...Bill Meier2010-01-271-2/+1
* Don't se_alloc() the conversation structure which contains pointers to twoJeff Morriss2009-10-181-21/+27
* Make all proto_* values static.Stig Bjørlykke2009-10-111-1/+1
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
* Expert info for undecoded Q.932 and H.450 operationsTomas Kukosa2009-08-243-0/+9
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-071-2/+2
* Small typo.Graeme Lunt2009-06-021-1/+1
* Added expert info for OID not implemented.Stig Bjørlykke2009-05-201-6/+6
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* Get rid of unused code warnings.Anders Broman2008-07-231-0/+4
* Handling of ROS Rejects.Graeme Lunt2008-04-132-1/+63