aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2005-11-20if the packet is mangled the oid string might be NULL.sahlberg2-0/+9
2005-11-17The SHA-1 routines now take const pointers; don't cast away constness.guy1-5/+3
2005-11-17Get rid of some char * vs. const char * warnings, and declare a functionguy2-2/+2
2005-11-17Squelch some const vs. non-const warnings.guy2-2/+2
2005-11-17Include <epan/emem.h> to declare ep_alloc().guy1-0/+1
2005-11-17"dissect_ber_object_identifier_str" expects a "const char **" as itsguy1-2/+2
2005-11-16add the rest of Graeme Lunts patchsahlberg1-0/+1
2005-11-16from Graeme Luntsahlberg23-0/+4178
2005-11-16 add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...sahlberg2-0/+2
2005-11-16From Graeme Lunt:etxrab32-67/+808
2005-11-14improvements in value constraint supportkukosa1-4/+4
2005-11-14move the include of emem.h a bit further downsahlberg1-1/+1
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa36-173/+127
2005-11-13Fix the lenght calculation.etxrab3-3/+10
2005-11-02Some cleanup,lego2-21/+57
2005-11-02- terminate a value_stringlego2-8/+52
2005-11-02From Timetxrab4-39/+60
2005-11-01- add a counter for pending messageslego2-30/+29
2005-11-01- Embryonic Transaction & Context tracinglego3-129/+809
2005-10-27register 1.2.840.113533.7.66.13 as passwordbasedmac from CRMFsahlberg2-1/+2
2005-10-26updates to CMPsahlberg1-5/+200
2005-10-26Add the rest of the IE:setxrab1-2/+463
2005-10-26Set correct offset fore some signals, use dummy funtion to get hf fields auto...etxrab2-22/+45
2005-10-25Tags should be implicit.etxrab1-27/+27
2005-10-25As there are more Procedure codes the hueristics need to be updated.etxrab1-2/+3
2005-10-25Check in re-generated version from Graeme Lunt's fix to asn2eth.guy1-44/+44
2005-10-25Don't declare "dissect_rtse_EXTERNAL()" in "packet-rtse.c" - let it getguy1-3/+0
2005-10-25Avoid a conflict in global symbols by declaring some variables static.lego2-8/+8
2005-10-25We don't have an SS-Operations.asn file, and don't use one.guy1-1/+1
2005-10-24From Graeme Lunt:etxrab25-89/+743
2005-10-24UMTS Node B Application Part(NBAP) packet dissection(3GPP TS 25.433 version 6...etxrab6-0/+19636
2005-10-18Don't pass a null value to strcmp(). Fixes bug 540.gerald1-5/+6
2005-10-18.FN_BODY text gets printf-style expansion done on it, so format stringsguy2-2/+2
2005-10-17When dissecting an ACSE APDU make sure our OID isn't for an ACSE APDUgerald1-6/+12
2005-10-16fox a static/non-static signature mismatchsahlberg1-1/+1
2005-10-15remove some strcpy() callssahlberg3-4/+4
2005-10-13A small patch for presentation to:etxrab2-0/+10
2005-10-13Show internal errors with REPORT_DISSECTOR_BUG().guy1-4/+3
2005-10-13fix for bug 529sahlberg1-2/+3
2005-10-11Replace the current ranap dissector with an asn2eth generated one.etxrab1-2/+7
2005-10-11Add Id.etxrab1-0/+1
2005-10-10asn2eth generated ranap dissector, there's still problems with rab-assignment...etxrab6-0/+7678
2005-10-10Fix problems with bitstring:etxrab1-1/+1
2005-10-06From Richard van der Hoff:etxrab3-3/+390
2005-10-03Add dissection of some more OID's and use the #.REGISTER function.etxrab2-223/+86
2005-10-03From Graeme Luntetxrab8-33/+57
2005-10-03From Graeme Luntetxrab1-7/+14
2005-10-02From Graeme Luntetxrab1-0/+1
2005-09-27new option whether tunnelled H.245 and tunnelled protocol are displayed insid...kukosa2-4/+16
2005-09-25A loop processing all the bytes in a tvbuff from a given offset to theguy2-17/+7