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