aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h460.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-03Have asn1_ctx_t passed into the "h245.gef.name" and "h245.gef.content" ↵Michael Mann1-5/+4
subdissectors instead of using pinfo->private_data. svn path=/trunk/; revision=53055
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin1-75/+75
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
2013-01-24Fix H.460.9 numbers of parametersTomas Kukosa1-3/+3
svn path=/trunk/; revision=47256
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-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-17/+17
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-11-24Fix H.460.18 and H.460.19 integration into H.245Tomas Kukosa1-8/+10
svn path=/trunk/; revision=39998
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-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-11/+11
svn path=/trunk/; revision=37118
2010-11-01Next PER dissectors related to rev. 34400 (empty constructed types with an ↵Tomas Kukosa1-3/+3
extension) are regenerated http://anonsvn.wireshark.org/viewvc?view=rev&revision=34400 svn path=/trunk/; revision=34740
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-38/+38
- 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-170/+170
svn path=/trunk/; revision=32742
2010-04-06#include <stdio.h> not needed.Bill Meier1-6/+5
svn path=/trunk/; revision=32405
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-3/+3
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4251 svn path=/trunk/; revision=31047
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
(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-11/+11
svn path=/trunk/; revision=28379
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-2/+2
Fore some reason the trace in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3360 does not decode properly if dissecting the exension marker so leave that code #if 0:ed out for now. svn path=/trunk/; revision=27848
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-10- update H.245 to v14 (06/2008)Tomas Kukosa1-4/+4
- use #.MODULE_EXPORT to avoid conflict between TransportAddress from H.225 and H.245 - regenerate H.323 family dissectors svn path=/trunk/; revision=26739
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-10/+10
svn path=/trunk/; revision=26670
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-55/+0
svn path=/trunk/; revision=25839
2008-07-22Get rid of some unused code warnings.Anders Broman1-22/+1
svn path=/trunk/; revision=25796
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-26/+26
- Fixed last parameter to cry_cipher_open() in pkcs12 svn path=/trunk/; revision=24116
2008-01-03register into h245.gef.name table which is already implementedTomas Kukosa1-2/+2
svn path=/trunk/; revision=23993
2007-12-11strings registered to dissector table have to be allocated permanentlyTomas Kukosa1-4/+4
svn path=/trunk/; revision=23838
2007-10-29asn2wrsTomas Kukosa1-5/+5
- parameterized object class assignment - octet string with extensible size constraint - RELATIVE-OID type (still not supported in packet-per/ber) packet-per - octet string with extensible size constraint more dissect_per_... functions exported from libwireshark.dll PER dissectors regenerated add forgotten packet-h323-template.h fix svn properties for h323 files svn path=/trunk/; revision=23309
2007-10-24Squelch warnings about uninitialized structure members.Guy Harris1-81/+83
svn path=/trunk/; revision=23261
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa1-0/+3091
H.225 - change RysMessage_vals to h225_Rasmessage_vals - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460 asn2wrs make PDUs exportable svn path=/trunk/; revision=23226