aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tcap
AgeCommit message (Expand)AuthorFilesLines
2007-09-17Updated tcap Makefile to also build ANSI TCAP on unix.stig1-2/+8
2007-09-17From Florent Drouin: malloc the size of the structure, not the size of a poin...morriss1-1/+1
2007-09-13Remove debug code.etxrab1-1/+0
2007-09-13Try to protect the hash table...etxrab2-7/+15
2007-09-12Warning fixes.etxrab2-7/+8
2007-09-12Use the new ANSI TCAP dissector.etxrab3-14/+156
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego2-2/+2
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-08-24From Chris Maynard:etxrab1-29/+5
2007-08-17Add code for finding sub dissectors.etxrab3-15/+120
2007-08-16Collect context data.etxrab3-5/+84
2007-08-15Change tcap_private to ansi_tcap_private.etxrab1-7/+7
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.etxrab1-0/+39
2007-08-14Update the makefileetxrab1-2/+21
2007-08-14Add files for ANSI TCAP.etxrab3-0/+391
2007-08-14Add the original TCAP ASN1 files.etxrab6-0/+659
2007-07-30From Florent Drouin:morriss2-8/+10
2007-07-27From Florent Drouin:morriss3-105/+201
2007-07-27- use #.FN_HDR where #.FN_BODY is not necessarykukosa1-21/+21
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where wemorriss1-39/+46
2007-07-13From Florent Drouin: fix for bug http://bugs.wireshark.org/bugzilla/show_bug....morriss1-2/+2
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)kukosa1-1/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab2-2/+2
2007-05-20Update MAP_DialoguePDU to 3GPP TS 29.002 V8.1.0 (2007-03) update makefiles andetxrab3-5/+7
2007-05-15actx in the rest of dissect_ber..()letxrab2-10/+10
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab2-100/+97
2007-04-23From Florent DROUIN:etxrab1-4/+6
2007-04-23TCAP: Fix up indentation a bit.etxrab3-79/+83
2007-04-23Mark all the items for TCAP statistics as generatedmorriss1-37/+39
2007-04-23and the missing files ...etxrab2-11/+14
2007-04-23Formating changes and align a bit to spec.etxrab1-47/+62
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.etxrab3-4/+9
2007-04-21Put some missing TAG:s in the tree if internal BER fields shown.etxrab1-9/+21
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:lego2-1/+31
2007-01-01Use TransactionId to match ansi map responses to requests and fixetxrab2-1/+12
2006-12-07Revert some dissector_handle_t to static changes to make it compile again.etxrab1-2/+2
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-2/+2
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...ulfl1-1/+1
2006-10-03From Florent.Drouin@alcatel.fr:etxrab1-0/+16
2006-09-27From Florent Drouin:etxrab3-83/+347
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-1/+2
2006-05-21- asn2eth renamed to asn2wrskukosa2-5/+5
2006-05-21name changesahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.guy1-0/+4
2006-04-06Add two missing *-exp.cnf filesetxrab1-26/+26
2006-02-23Add parsertab.pyc in clean targetetxrab1-1/+1
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()etxrab2-1/+3
2005-12-18If we're going to use a handle for the data handle, we need to get aguy1-1/+2
2005-12-18Update tcap.cnf to generate the current packet-tcap.cguy1-25/+44
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...lego2-52/+75