aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ros.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+0
2011-11-14[-Wunused-but-set-variable]etxrab1-5/+4
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.stig1-2/+2
2011-07-19Use correct encoding for proto_tree_add_item().stig1-2/+2
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-25/+25
2010-06-09Updates to the ROS dissector to support IDMP and fix to IDMP for implicit dec...gal1-26/+41
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsmorriss1-15/+3
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-13/+13
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-27/+27
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-7/+5
2010-04-06#include <stdio.h> not needed.wmeier1-6/+5
2010-01-28Fix gcc -Wshadow warningswmeier1-10/+10
2010-01-27Remove a check_col() in asn1 template file (SVN #31519 did only the generated...wmeier1-4/+4
2010-01-13From Didier Gautheron:etxrab1-2/+1
2009-10-18Don't se_alloc() the conversation structure which contains pointers to twomorriss1-23/+29
2009-10-11Make all proto_* values static.stig1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-05-20Added expert info for OID not implemented.stig1-9/+9
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-1/+1
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-07-23Get rid of unused code warnings.etxrab1-24/+14
2008-04-13Handling of ROS Rejects.gal1-30/+93
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2007-12-03Support table-based dissection of ROS operations.gal1-20/+133
2007-11-24Export classes from ROS - hopfully without breaking stuff.etxrab1-25/+35
2007-11-13Mark some generated items in ROS.stig1-7/+11
2007-10-22Update to use the -X and -T flags to asn2wrs.gal1-157/+73
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)kukosa1-10/+20
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-31/+31
2007-05-15actx in the rest of dissect_ber..()letxrab1-9/+9
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-126/+129
2007-05-06Start introducing actx to ber functions.etxrab1-27/+27
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-55/+55
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-41/+41
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-05-01Operation request/result correlation and timing.gal1-70/+246
2005-12-16From Graeme Lunt:etxrab1-2/+4
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-12/+35
2005-10-24From Graeme Lunt:etxrab1-33/+65
2005-09-04 From Graeme Luntetxrab1-0/+948