aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tcap
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Collect context data.Anders Broman3-5/+84
2007-08-15Change tcap_private to ansi_tcap_private.Anders Broman1-7/+7
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.Anders Broman1-0/+39
2007-08-14Update the makefileAnders Broman1-2/+21
2007-08-14Add files for ANSI TCAP.Anders Broman3-0/+391
2007-08-14Add the original TCAP ASN1 files.Anders Broman6-0/+659
2007-07-30From Florent Drouin:Jeff Morriss2-8/+10
2007-07-27From Florent Drouin:Jeff Morriss3-105/+201
2007-07-27- use #.FN_HDR where #.FN_BODY is not necessaryTomas Kukosa1-21/+21
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where weJeff Morriss1-39/+46
2007-07-13From Florent Drouin: fix for bug http://bugs.wireshark.org/bugzilla/show_bug....Jeff Morriss1-2/+2
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-1/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman2-2/+2
2007-05-20Update MAP_DialoguePDU to 3GPP TS 29.002 V8.1.0 (2007-03) update makefiles andAnders Broman3-5/+7
2007-05-15actx in the rest of dissect_ber..()lAnders Broman2-10/+10
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-100/+97
2007-04-23From Florent DROUIN:Anders Broman1-4/+6
2007-04-23TCAP: Fix up indentation a bit.Anders Broman3-79/+83
2007-04-23Mark all the items for TCAP statistics as generatedJeff Morriss1-37/+39
2007-04-23and the missing files ...Anders Broman2-11/+14
2007-04-23Formating changes and align a bit to spec.Anders Broman1-47/+62
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.Anders Broman3-4/+9
2007-04-21Put some missing TAG:s in the tree if internal BER fields shown.Anders Broman1-9/+21
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon2-1/+31
2007-01-01Use TransactionId to match ansi map responses to requests and fixAnders Broman2-1/+12
2006-12-07Revert some dissector_handle_t to static changes to make it compile again.Anders Broman1-2/+2
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-2/+2
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-10-03From Florent.Drouin@alcatel.fr:Anders Broman1-0/+16
2006-09-27From Florent Drouin:Anders Broman3-83/+347
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-1/+2
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-04-06Add two missing *-exp.cnf filesAnders Broman1-26/+26
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()Anders Broman2-1/+3
2005-12-18If we're going to use a handle for the data handle, we need to get aGuy Harris1-1/+2
2005-12-18Update tcap.cnf to generate the current packet-tcap.cGuy Harris1-25/+44
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...Luis Ontanon2-52/+75
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman1-2/+0
2005-12-16From Graeme Lunt:Anders Broman1-2/+2
2005-12-13Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.Luis Ontanon1-1/+1
2005-11-26Get rid of unused global variables.Guy Harris1-5/+0
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-15/+9
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
2005-08-18From Tim Endean:Anders Broman2-86/+108
2005-07-22fix for new asn2ethTomas Kukosa1-2/+2
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-3/+3
2005-07-12Fix some more signed vs. unsigned warnings.Guy Harris2-21/+21