aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg1-4/+4
2006-03-11dont declare variables in the middle of a code block. many compilers do not...Ronnie Sahlberg1-5/+5
2006-03-10fix coverity CIDs 113 and 114.Luis Ontanon3-89/+122
2006-03-09Fix Bug 725: Anders Broman1-2/+2
2006-03-08better support for ASN.1 Enumerated type in PER decodingTomas Kukosa1-2/+2
2006-03-05Make a new PER function dissect_per_enumerated() and use it for the two place...Anders Broman1-0/+11
2006-03-05Add the actual dissector, win makefile and update the asn1 makefile.Anders Broman2-0/+52
2006-03-05propset ...Jörg Mayer3-3/+3
2006-03-05ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ...Graeme Lunt13-14/+705
2006-03-01Replace commenting-out of code with "#if 0"/#endif" - it's a bit saferGuy Harris1-6/+9
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