aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_tcap
AgeCommit message (Collapse)AuthorFilesLines
2011-11-19Get rid of Warnings.Anders Broman1-6/+6
svn path=/trunk/; revision=39951
2011-11-17Add a dissector table for National operation codes.Anders Broman1-6/+14
svn path=/trunk/; revision=39912
2011-11-16Dissect national Opcode.Anders Broman2-4/+110
svn path=/trunk/; revision=39887
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
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
2011-02-04Introduce preferences to set the strictness of Invoke/responseAnders Broman1-8/+41
tracking. svn path=/trunk/; revision=35822
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-06-29Decode parameters as ASN.1 directly and avoid interpreting as an OCTET STRING.Graeme Lunt1-29/+6
svn path=/trunk/; revision=33374
2010-06-04tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID. Just use ↵Jeff Morriss1-1/+1
sizeof(tcaphash_context_t.oid) instead of LENGTH_OID so we can use that last byte. This allows us to retrieve the whole ACN when the ACN is LENGTH_OID bytes long. svn path=/trunk/; revision=33089
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2010-01-13Remove redundant calls to check_col() in the .cnf files and regenerate.Anders Broman1-14/+7
svn path=/trunk/; revision=31523
2009-12-02Make it possible to match transaction Id:s for Conversation whereAnders Broman1-2/+14
both Originatingand Responding TID is present. svn path=/trunk/; revision=31156
2009-10-11Remove more unused variables/forward declarationsKovarththanan Rajaratnam1-6/+3
svn path=/trunk/; revision=30520
2009-10-11Make some ett/hf variables staticKovarththanan Rajaratnam1-6/+6
svn path=/trunk/; revision=30519
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-10ansi-tcap -> ansi_tcap to make directory name consistent with filenamesKovarththanan Rajaratnam8-0/+1151
svn path=/trunk/; revision=30469