aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-3/+3
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18217 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-05Update from the current asn1/tcap code.guy1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17160 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-17Have tcap subdissectors registering using functions provided by tcap and ↵lego1-1/+6
tcap manage ssn registration. In packet-sccp.c avoid not having a binding. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16834 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16815 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16736 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-26Get rid of unused global variables.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16601 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-18From Tim Endean:etxrab1-1/+1
Small patch to ber.c The tcap dissector has been updated to use this length. I have not tested other asn.1 dissectors to ensure that they correctly use the indefinite encoding flag instead of the length value returning zero. There may also be some problems when re-assembly is needed, but the ability to deal with indefinite length is much more useful. For developers the get_ber_length now returns the length of the pdu including the EOC, where you have dissectors that use packet-ber.c the eoc may need to be dealt with separately. The tcap dissector has had numerous changes to make it less cluttered, and the useful feature of the previous version where a dialogue could be filtered out by selecting either the source or destination transaction ID has been incorporated into this version. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15414 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-1/+1
index of the branch taken or -1 to make prettifications easier to implement. change the signature of dissect_ber_choice and rename it to dissect_ber_CHOICE to catch all occurences of the use of this function update asn2eth to use the new name/signature update all occurences of this function to the new name and new signature. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14758 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-23From Valery Vybornov:etxrab1-1/+1
add register_dissector to packet-tcap.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14738 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-20move two functions that are not used by tcap and only used by gsm_a and ↵sahlberg1-6/+0
gsm_ss into gsm_ss. remove the include <epan.asn1.h> from tcap since it no longer needs that file. only 9 dissectors remain that use asn1.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14710 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-16Clean up white space.guy1-1/+1
Register "standard" and "lock_info_col" as obsolete preferences, so they're silently ignored rather than triggering warnings. Propagate changes to check for "dissect_ber_octet_string()" supplying a null tvbuff pointer from the checkins to the generated dissector ("Do not modify this file" means "Do not modify this file"!) to the tcap.cnf file, so that they're not lost if the dissector is regenerated. (Don't propagate the checks for "tvb_new_subset()" returning null - it never returns null.) Pass -1 to "tvb_new_subset()" when appropriate. When looping over packet data, check against the reported length, not the captured length, so we indicate a short frame if we get stopped by the snapshot length. Get rid of unused variables. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14658 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-07From Tim Endean:etxrab1-14/+24
- I have had to make some changes to packet-ber to allow for PRIVATE and APPLICATION tags. - Both ANSI and ITU variants supported without configuration. - Asn.1 dissectors can now register using an OID value as well as an SSN, the oid it tried first. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14572 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-27fix a freebsd buildbot compile error, caused by myself :-(ulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12845 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+64
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7