aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h460
AgeCommit message (Collapse)AuthorFilesLines
2011-11-24Fix H.460.18 and H.460.19 integration into H.245Tomas Kukosa1-6/+8
svn path=/trunk/; revision=39998
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-13/+9
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30409
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27390
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-0/+1
svn path=/trunk/; revision=25839
2008-07-22Get rid of some unused code warnings.Anders Broman1-0/+4
svn path=/trunk/; revision=25796
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-1/+1
- 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-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-11strings registered to dissector table have to be allocated permanentlyTomas Kukosa1-4/+4
svn path=/trunk/; revision=23838
2007-10-26fix wrong headers in H.460.x ASN.1 sourcesTomas Kukosa9-18/+18
svn path=/trunk/; revision=23274
2007-10-24Squelch warnings about uninitialized structure members.Guy Harris1-77/+80
svn path=/trunk/; revision=23261
2007-10-24Set svn:eol-style to native and svn:keywords to Id.Guy Harris5-5/+5
svn path=/trunk/; revision=23260
2007-10-24Get rid of CRs, and set svn:eol-style to native.Guy Harris16-547/+530
Set svn:keywords to Id while we're at it. Get rid of extra blank lines at the ends of files. svn path=/trunk/; revision=23259
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa16-0/+1083
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