aboutsummaryrefslogtreecommitdiffstats
path: root/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-25From Tomas Kukosa: don't allow the PER protocol to be disabled.Guy Harris1-1/+3
2004-02-16Squelch a signed vs. unsigned comparison complaint.Guy Harris1-2/+3
2004-02-16From Tomas Kukosa, add a PER helper to dissect BITSTRINGSRonnie Sahlberg1-3/+96
2003-10-27From Lars Roland: whitespace cleanups.Guy Harris1-40/+40
2003-10-25In restricted character strings, deal with character values that areGuy Harris1-21/+7
2003-10-24Fix all the issues Michael Oliveras reportedRonnie Sahlberg1-5/+17
2003-10-22Fix to dissection of Mike's problem reported on ethereal-usersRonnie Sahlberg1-6/+6
2003-10-09Prefix the EXTENSION #defines with ASN1_ as well.Guy Harris1-13/+13
2003-10-09Prefix OPTIONAL and NOT_OPTIONAL with ASN1_, to avoid collisions withGuy Harris1-4/+4
2003-09-23From Graeme Reid: modified PER choice dissector to correctly handleGuy Harris1-2/+10
2003-09-01C89 doesn't let you declare stuff in the middle of blocks, even if someGuy Harris1-2/+2
2003-08-31From Andreas Sikkema:Guy Harris1-7/+31
2003-08-28Fix small display bug. we returned the wrong value from dissect_per_choice...Ronnie Sahlberg1-2/+3
2003-08-26Make the option to display the internal PER fields default to FALSERonnie Sahlberg1-2/+2
2003-08-25From Matthijs Melchior: "P" in "PER" stands for "Packed", not "Packet".Guy Harris1-2/+2
2003-08-21From Tomas Kukosa: allow subdissectors to be registered forGuy Harris1-17/+45
2003-07-31Updates to OCTET STRING so that it can handle FT_STRING and not just FT_BYTESRonnie Sahlberg1-5/+66
2003-07-29fix minor bugs in h245 decodingRonnie Sahlberg1-2/+3
2003-07-29Update PER so that the bit that indicates whether an extension is encoded or notRonnie Sahlberg1-2/+2
2003-07-29update to PER to decode PrintableString properlyRonnie Sahlberg1-5/+2
2003-07-19Add PrintableString stub. H225 needs this type.Ronnie Sahlberg1-1/+10
2003-07-16Eliminate some signed-vs-unsigned-comparison and signed-char-subscriptGuy Harris1-6/+7
2003-07-16Add a new parameter to the constrained integer dissector so that it also handlesRonnie Sahlberg1-7/+25
2003-07-16updates bugfix for the NumericString alphabet.Ronnie Sahlberg1-3/+3
2003-07-13Add decoding of NumericStringRonnie Sahlberg1-2/+113
2003-07-12 Break out the PER functions from the alternative h245 dissectorRonnie Sahlberg1-0/+1220