aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acse.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-5/+14
NOTE: Kerberos ASN.1 template was updated, but not generated to source. svn path=/trunk/; revision=49707
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin1-19/+19
incompatible filters in ASN.1 dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
svn path=/trunk/; revision=48820
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
svn path=/trunk/; revision=45110
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. svn path=/trunk/; revision=39427
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=38122
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=38107
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-28/+28
svn path=/trunk/; revision=37118
2010-10-15Added info column descriptions for AARQ and AARE.Stig Bjørlykke1-8/+20
svn path=/trunk/; revision=34519
2010-09-23Show Abort source in info column.Stig Bjørlykke1-4/+18
svn path=/trunk/; revision=34202
2010-06-09Print correct RLRE reason in Info column.Stig Bjørlykke1-7/+18
Dump RLRQ/RLRE text in Info column even when having no reason code. svn path=/trunk/; revision=33178
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-13/+13
- Change spaces in the name to underscores before comparing it to the blurb. - Check if the type simply as T_ prepended to the name. - Don't put in a blurb of "NULL". and regenerate the dissectors. svn path=/trunk/; revision=32748
2010-05-11Regenerate a few of the ASN.1 dissectorsJeff Morriss1-101/+101
svn path=/trunk/; revision=32742
2010-04-06#include <stdio.h> not needed.Bill Meier1-6/+5
svn path=/trunk/; revision=32405
2010-01-13Remove redundant calls to check_col() in the .cnf files and regenerate.Anders Broman1-2/+2
svn path=/trunk/; revision=31523
2010-01-04From gonzalocas:Anders Broman1-16/+44
GSSE message dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4370 svn path=/trunk/; revision=31442
2010-01-03Corrected type for ACRP-apdu aSO-context-name,Stig Bjørlykke1-1/+1
which has to be wrong in the ASN.1 spec. svn path=/trunk/; revision=31417
2009-12-19Regenerate with SIZE constraints checking.Stig Bjørlykke1-13/+13
svn path=/trunk/; revision=31322
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30454
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29344
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-07-30Remove more unused variables.Gerald Combs1-3/+2
svn path=/trunk/; revision=29249
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-16/+16
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-7/+7
svn path=/trunk/; revision=28379
2009-03-09Corrected oid name.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27672
2009-03-07Added an expert info when dissector is not available.Stig Bjørlykke1-8/+9
svn path=/trunk/; revision=27632
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-6/+5
svn path=/trunk/; revision=27390
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-6/+6
svn path=/trunk/; revision=26670
2008-07-22Get rid of some unused code warnings.Anders Broman1-33/+24
svn path=/trunk/; revision=25791
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2007-11-05Update to use the -X and -T asn2wrs flags.Anders Broman1-619/+381
svn path=/trunk/; revision=23366
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-2/+2
svn path=/trunk/; revision=23318
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
svn path=/trunk/; revision=22651
2007-07-14Dissection of octet-aligned EXTERNALs.Graeme Lunt1-10/+30
svn path=/trunk/; revision=22308
2007-06-12Preparations for updated CMIP dissector:Anders Broman1-13/+13
- Export AE-title from ACSE - Start REAL dissection(unfinished). svn path=/trunk/; revision=22083
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPTomas Kukosa1-18/+0
- dissectors regenerated with fixed asn2wrs svn path=/trunk/; revision=22004
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-105/+105
svn path=/trunk/; revision=21889
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-39/+39
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-375/+377
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman1-103/+103
svn path=/trunk/; revision=21705
2007-05-04Show BER internal fields in external type in ACSE, update a comment in ↵Anders Broman1-10/+9
packet-ber.c. svn path=/trunk/; revision=21685
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-12/+12
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-183/+183
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2006-08-27An octet string form of the ASO-qualifier used by some systems from the ↵Graeme Lunt1-3/+26
days when it was an ANY. Really just an elaboration of the "...". svn path=/trunk/; revision=19050
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-99/+99
svn path=/trunk/; revision=18921
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵Tomas Kukosa1-6/+7
packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them svn path=/trunk/; revision=18595
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-17/+17
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217