MTP3 Summary: fix no previous prototype for ‘register_tap_listener_gtk_mtp3_summary...
[metze/wireshark/wip.git] / asn1 / ros /
2015-07-04 Peter Wuasn1: split off cleanup routines
2014-12-23 Bill Meierasn1 generated dissectors: cleanup #include usage
2014-10-13 Stig BjørlykkeROS: Return dissected length from call_ros_oid_callback
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-08-09 Michael MannEliminate (almost all) proto_tree_add_text calls from...
2014-07-31 Guy HarrisAdd more files to the distribution.
2014-07-30 Guy HarrisAdd some files under asn1 to the distribution.
2014-07-11 Bill MeierStrip some trailing whitespace; Fix some indentation...
2014-06-22 Michael Mannconvert to proto_tree_add_subtree[_format] for ASN...
2014-06-21 Evan Huusbatch of tvb-length conversions
2014-06-19 Pascal QuantinRevert "Update ASN.1 source files with the API changes...
2014-06-18 Pascal QuantinUpdate ASN.1 source files with the API changes done...
2014-02-26 Bill MeierRemove trailing whitespace from asn1 .cnf & template...
2014-02-18 Jeff MorrissRemove $Id$ from the ASN.1 dissectors and regenerate...
2013-12-09 Chris MaynardReject the packet if data is NULL without doing anythin...
2013-11-10 Michael Manncontext is not being passed to dissector, not through...
2013-11-05 Michael MannIn an effort to reduce the use of pinfo->private_data...
2013-11-03 Michael MannHave rose_ctx_t passed into subdissectors instead of...
2013-11-02 Michael MannRequire dissector_try_string to pass a data parameter...
2013-09-15 Jörg MayerFix checkapi warnings (missing id)
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-06-19 Evan HuusApparently one of our major global headers must include...
2013-06-19 Evan HuusConvert the rest of the ASN1 dissectors from emem to...
2013-06-14 Michael MannRemove check_col() from ASN.1 dissectors
2013-06-03 Michael MannConvert ASN.1 dissectors to use filterable expert info.
2013-05-07 Jörg MayerSmall optical change
2013-05-07 Jörg MayerAllow generating some more dissectors with cmake.
2013-05-05 Jörg MayerJust whitespace changes
2013-04-23 Jörg MayerStub cmake support for generating the asn1 dissectors.
2013-03-28 Anders Broman-Wmissing-prototypes
2013-03-18 Anders BromanFrom beroset:
2013-02-19 Guy HarrisHow can I get a new tvbuff that starts at an offset...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-01-13 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-11-14 Anders Broman[-Wunused-but-set-variable]
2011-10-14 Jeff MorrissDon't generate the conformance file for exported types...
2011-10-10 Jeff MorrissBuild the ASN.1 dissectors directly into epan/dissector...
2011-07-19 Stig BjørlykkeUse ENC_NA as encoding for FT_PROTOCOL, FT_NONE and...
2011-07-19 Stig BjørlykkeUse correct encoding for proto_tree_add_item().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-09-08 Tomas KukosaDo not report undecoded message to expert info for...
2010-06-09 Graeme LuntUpdates to the ROS dissector to support IDMP and fix...
2010-05-13 Jeff MorrissUse find_or_create_conversation() in some ASN.1 dissectors
2010-04-07 Bill Meier#include <string.h> and/or #include <stdio.h> not needed.
2010-04-06 Bill Meier#include <stdio.h> not needed.
2010-01-28 Bill MeierFix gcc -Wshadow warnings
2010-01-27 Bill MeierRemove a check_col() in asn1 template file (SVN #31519...
2009-10-18 Jeff MorrissDon't se_alloc() the conversation structure which conta...
2009-10-11 Stig BjørlykkeMake all proto_* values static.
2009-10-08 Kovarththanan Raja... Remove unused NEED_PACKET_PROTO_H variable
2009-08-24 Tomas KukosaExpert info for undecoded Q.932 and H.450 operations
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-02 Graeme LuntSmall typo.
2009-05-20 Stig BjørlykkeAdded expert info for OID not implemented.
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-07-23 Anders BromanGet rid of unused code warnings.
2008-04-13 Graeme LuntHandling of ROS Rejects.
2007-12-19 Jörg Mayerasn1/*/Makefile.nmake were not part of the source package.
2007-12-10 Tomas KukosaANSI TCAP regenerated and tested with -T -X asn2wrs...
2007-12-03 Graeme LuntSupport table-based dissection of ROS operations.
2007-11-24 Anders BromanExport classes from ROS - hopfully without breaking...
2007-11-13 Stig BjørlykkeMark some generated items in ROS.
2007-10-22 Graeme LuntUpdate to use the -X and -T flags to asn2wrs.
2007-10-11 Jörg MayerRemove the remaining autogenereated -exp.cnf files
2007-10-11 Jörg Mayer- Remove -e option if the generated -exp.cnf file isn...
2007-10-10 Jörg Mayer- Change Makefiles to include preinc
2007-10-10 Jörg MayerMore conversions and updates to existing Makefile stuff
2007-09-24 Tomas Kukosaimprovements in ROS handling in Q.932 and H.450
2007-08-24 Jörg Mayerget_ber_length doesn't need the tree argument, get...
2007-06-11 Anders BromanAdd some more asn1 modules.
2007-06-06 Tomas Kukosause ASN.1 type names in #.FN_BODY (instead of Wireshark...
2007-06-02 Anders BromanCheck in original asn1, to be referenced.
2007-05-13 Anders BromanSecond step in introducing asn context to BER dissector...
2007-05-03 Tomas KukosaEXTERNAL type is handled in asn2wrs now
2007-03-21 Ronnie Sahlbergchange the signature that asn2wrs generates for functio...
2006-10-29 Ulf Lampingput every python script name into "" so the call won...
2006-05-23 Tomas KukosaEthereal -> Wireshark
2006-05-21 Tomas Kukosa- asn2eth renamed to asn2wrs
2006-05-21 Ronnie Sahlbergname change
2006-05-01 Graeme LuntOperation request/result correlation and timing.
2006-04-25 Guy HarrisAdd distclean and maintainerclean rules.
2006-02-23 Anders BromanAdd parsertab.pyc in clean target
2005-12-14 Anders BromanAdd makefiles
2005-12-14 Anders BromanFrom Grame Lunt:
2005-10-24 Anders BromanFrom Graeme Lunt:
2005-09-07 Gerald CombsSet "COPYCMD=/Y" and remove the "/Y" from each XCOPY...
2005-09-04 Anders Broman From Graeme Lunt
2005-09-04 Anders BromanFrom Graeme Lunt