aboutsummaryrefslogtreecommitdiffstats
path: root/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-24from tomas ksahlberg1-114/+82
2004-05-17rename the NOT_DECODED_YET macros to avoid a name clashsahlberg1-12/+12
2004-04-26the the restricted character string has 0 characters in the encoding,sahlberg1-2/+5
2004-03-25From Tomas Kukosa: don't allow the PER protocol to be disabled.guy1-1/+3
2004-02-16Squelch a signed vs. unsigned comparison complaint.guy1-2/+3
2004-02-16From Tomas Kukosa, add a PER helper to dissect BITSTRINGSsahlberg1-3/+96
2003-10-27From Lars Roland: whitespace cleanups.guy1-40/+40
2003-10-25In restricted character strings, deal with character values that areguy1-21/+7
2003-10-24Fix all the issues Michael Oliveras reportedsahlberg1-5/+17
2003-10-22Fix to dissection of Mike's problem reported on ethereal-userssahlberg1-6/+6
2003-10-09Prefix the EXTENSION #defines with ASN1_ as well.guy1-13/+13
2003-10-09Prefix OPTIONAL and NOT_OPTIONAL with ASN1_, to avoid collisions withguy1-4/+4
2003-09-23From Graeme Reid: modified PER choice dissector to correctly handleguy1-2/+10
2003-09-01C89 doesn't let you declare stuff in the middle of blocks, even if someguy1-2/+2
2003-08-31From Andreas Sikkema:guy1-7/+31
2003-08-28Fix small display bug. we returned the wrong value from dissect_per_choice...sahlberg1-2/+3
2003-08-26Make the option to display the internal PER fields default to FALSEsahlberg1-2/+2
2003-08-25From Matthijs Melchior: "P" in "PER" stands for "Packed", not "Packet".guy1-2/+2
2003-08-21From Tomas Kukosa: allow subdissectors to be registered forguy1-17/+45
2003-07-31Updates to OCTET STRING so that it can handle FT_STRING and not just FT_BYTESsahlberg1-5/+66
2003-07-29fix minor bugs in h245 decodingsahlberg1-2/+3
2003-07-29Update PER so that the bit that indicates whether an extension is encoded or notsahlberg1-2/+2
2003-07-29update to PER to decode PrintableString properlysahlberg1-5/+2
2003-07-19Add PrintableString stub. H225 needs this type.sahlberg1-1/+10
2003-07-16Eliminate some signed-vs-unsigned-comparison and signed-char-subscriptguy1-6/+7
2003-07-16Add a new parameter to the constrained integer dissector so that it also handlessahlberg1-7/+25
2003-07-16updates bugfix for the NumericString alphabet.sahlberg1-3/+3
2003-07-13Add decoding of NumericStringsahlberg1-2/+113
2003-07-12 Break out the PER functions from the alternative h245 dissectorsahlberg1-0/+1220