aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2006-02-23Add parsertab.pyc in clean targetAnders Broman33-57/+57
2006-02-23Add parsertab.pyc in clean targetAnders Broman21-20/+177
2006-02-23From Alejandro Vaquero:Anders Broman3-7/+10
2006-02-23Add TCAP ssnAnders Broman2-2/+25
2006-02-22Add some missing files.Anders Broman5-0/+105
2006-02-21Put in some of the old functionallity.Anders Broman3-23/+252
2006-02-19Remove c++ style comment.Anders Broman1-26/+26
2006-02-18From Florent.Drouin@alcatel.frAnders Broman1-23/+67
2006-02-17Don't try to fill in last_dn if it doesn't exist. Fixes the current BuildbotGerald Combs1-7/+10
2006-02-17Dissect the rest of the IE:sAnders Broman1-1/+319
2006-02-17Squelch some compiler warnings.Guy Harris1-21/+20
2006-02-16Add dissection of all Signals and more IE:sAnders Broman2-366/+1327
2006-02-16Paolo Abeni:Jörg Mayer1-1/+3
2006-02-07Add a RFC value.Anders Broman1-0/+1
2006-02-05H.248 over UDPLuis Ontanon1-3/+24
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()Anders Broman2-1/+3
2006-01-31Fix a typoAnders Broman1-1/+1
2006-01-31BSSGP - Translate MCC and make MCC MNC etc vissible filtersAnders Broman2-2/+24
2006-01-31Fix a typo.Anders Broman1-1/+1
2006-01-26Add the abillity to translate MCC.Anders Broman2-1/+21
2006-01-22Dissect CellGlobalIdOrServiceAreaIdOrLAI and RAIdentityAnders Broman6-5/+57
2006-01-21RANAP - Dissect ProtocolExtensionField IE:sAnders Broman1-0/+4
2006-01-20Dissect:Anders Broman1-0/+3
2006-01-20Dissect:Anders Broman3-22/+143
2006-01-20Dissect:Anders Broman3-44/+138
2006-01-19ext_qos_subscribed was not correctly decoded in Camel and GSM MAPAnders Broman2-7/+143
2006-01-18In packet-cops.c use proto_item_append_text() instead of creating aGerald Combs1-11/+18
2006-01-17Change some OPCODE decodes from respons to Invoke (bug fix), let gsm_a decode...Anders Broman2-13/+82
2006-01-16From Alejandro Vaquero:Anders Broman4-40/+70
2006-01-15Backup changes.Anders Broman2-44/+53
2006-01-12Reset h245_pi using CLEANUP_PUSH/CLEANUP_CALL_AND_POP so that we don't leaveGerald Combs1-2/+8
2006-01-12Backup the latest editsAnders Broman3-102/+1714
2006-01-12Before we begin dissection, NULLify some global variables that mightGerald Combs1-161/+164
2006-01-10Make sure last_dn is big enough, and set it to NULL when we'reGerald Combs1-2/+4
2006-01-09Use col_set_fence(), not to owerwrite colinfo if more than one Camel pdu is i...Anders Broman1-0/+1
2006-01-07Add dissection of more IE:sAnders Broman3-16/+1156
2006-01-07From Olivier Jacques, Anders Broman1-1/+1
2006-01-06Don't dereference a null pointer. Fixes bug 651. Update the release notesGerald Combs1-1/+3
2006-01-05Bill Meier:Jörg Mayer2-3/+3
2006-01-03Further asn1 code updates and IE decoding.Anders Broman3-87/+1416
2006-01-02Fix a typo.Guy Harris1-1/+1
2005-12-28Updates to the ASN1 code and decode some IE:sAnders Broman3-134/+1793
2005-12-28- Decode some more annex C fieldsLuis Ontanon3-102/+556
2005-12-25microsoft does not use a confounder for spnego when using DNS/TSIGRonnie Sahlberg1-4/+10
2005-12-20Add ASN1 code from some more 3GPP2 dockuments.Anders Broman3-118/+1869
2005-12-20Add dissection of RNSAP, not complete yet.Anders Broman7-1/+15441
2005-12-19Fix some asn1 errors and insert the new code to call TCAP.Anders Broman2-95/+180
2005-12-19Get rid of some GCC warnings about unused code.Anders Broman3-56/+54
2005-12-19Add dissection of Error parameters hopfully geting rid of some GCC warnings.Anders Broman3-240/+623
2005-12-18warning: function declaration isn't a prototypeJörg Mayer1-1/+1