aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dap.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-09- Forward declaration of register functions.Anders Broman1-9/+12
svn path=/trunk/; revision=53877
2013-09-16Forgot to check in regenerated dissector for dap.Jörg Mayer1-45/+45
svn path=/trunk/; revision=52111
2013-06-20Regenerate DAP dissector that was changed in r50073 for some reasonPascal Quantin1-1/+1
svn path=/trunk/; revision=50093
2013-06-20Back out some of the wmem conversions (r50063 and r50057).Evan Huus1-1/+1
These dissectors allocate ephemeral or seasonal memory in UAT callbacks, which really makes no sense because UAT callbacks can occur when there is no packet or file in scope, making this effectively a leak if the user is fiddling with their UAT and never opens a capture. Emem let you get away with this, wmem forces an assertion. Back out the changes so that the UATs are usable until the code can be properly fixed to not use out-of-scope allocators. svn path=/trunk/; revision=50073
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin1-151/+151
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-9/+9
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-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-29/+29
svn path=/trunk/; revision=44861
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-1/+1
svn path=/trunk/; revision=38122
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-19/+19
svn path=/trunk/; revision=37118
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-12-06Make some prefs callback functions static. (These modules don't use ↵Jeff Morriss1-5/+7
proto_reg_handoff_*() as their prefs callback.) svn path=/trunk/; revision=35138
2010-06-09Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP).Graeme Lunt1-12/+15
IDMP provides a mapping of request-response service elements directly onto the Internet TCP/IP protocol, bypassing the ACSE, Presentation, Session and Transport layers of the OSI model. It also supports the use of TLS services. The DAP dissector has been updated to use the IDMP protocol. svn path=/trunk/; revision=33177
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-73/+73
- 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-362/+362
svn path=/trunk/; revision=32742
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-11/+9
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-10/+9
svn path=/trunk/; revision=32405
2010-03-01Dissect error code.Anders Broman1-3/+3
svn path=/trunk/; revision=32060
2010-01-17Get rid of check_col();Anders Broman1-22/+9
svn path=/trunk/; revision=31544
2010-01-11Update to X.511:08/2005.Stig Bjørlykke1-7/+74
svn path=/trunk/; revision=31494
2009-11-30SearchArgumentData filter and EntryInformationSelection attributes areStig Bjørlykke1-2/+2
OPTIONAL as they are defined with a DEFAULT. svn path=/trunk/; revision=31128
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
* Remove check_col guards svn path=/trunk/; revision=30127
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-22/+22
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-79/+79
(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-32/+32
svn path=/trunk/; revision=28379
2009-03-12From Chris Ridd (bug 3329):Stig Bjørlykke1-2/+15
There are two additional fields in PartialOutcomeQualifiers in X.500(2005) - the entryCount CHOICE now has an "exact" option, and there's a "streamedResult" flag. svn path=/trunk/; revision=27713
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-10/+9
svn path=/trunk/; revision=27390
2008-11-11Regenerated files for asn1 templates committed in SVN #26750Bill Meier1-14/+13
svn path=/trunk/; revision=26751
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa1-1/+1
svn path=/trunk/; revision=26740
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-31/+31
svn path=/trunk/; revision=26670
2008-09-01Update to use unchanged asn1 files and X.501:08/2005.Anders Broman1-7/+7
Hopefullly without breaking to many things. svn path=/trunk/; revision=26108
2008-08-01Regenerated to use the new decode function for UTCTime.Stig Bjørlykke1-4/+2
svn path=/trunk/; revision=25898
2008-07-20Fix a warning.Anders Broman1-9/+0
svn path=/trunk/; revision=25773
2008-02-03Get rid of some warnings.Anders Broman1-25/+23
svn path=/trunk/; revision=24251
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
2008-01-04Get rid of ber_last_created_item().Anders Broman1-6/+5
svn path=/trunk/; revision=24008
2007-12-15Revised DAP dissector using latest asn2wrs features (requiring fewer changes ↵Graeme Lunt1-515/+769
the ASN.1 module) and table-driven operations. svn path=/trunk/; revision=23875
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).Anders Broman1-3/+12
svn path=/trunk/; revision=23382
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-3/+3
(gsmmap and inap does not compile at the moment). svn path=/trunk/; revision=23324
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt1-2251/+1272
Straightforward. svn path=/trunk/; revision=23247
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-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-11/+32
svn path=/trunk/; revision=22054
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-547/+547
svn path=/trunk/; revision=21889
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-32/+32
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1077/+1081
svn path=/trunk/; revision=21753