aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-08better support for ASN.1 Enumerated type in PER decodingTomas Kukosa1-48/+38
2006-03-05Make a new PER function dissect_per_enumerated() and use it for the two place...Anders Broman1-1/+74
2006-02-28From Peter Johansson:Anders Broman1-1/+1
2006-02-27Add extention bit if per internal fields shown.Anders Broman1-1/+3
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa1-28/+2
2005-12-05If we don't have the OID name let the SNMP dissector try to get it from the M...Anders Broman1-3/+18
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-2/+2
2005-11-14improvements in value constraint supportTomas Kukosa1-12/+12
2005-10-10Fix problems with bitstring:Anders Broman1-11/+18
2005-10-06Octest string of (size 2) does not dissplay correctly.Anders Broman1-3/+2
2005-09-27bug in dissect_per_object_identifier_str() fixed, wrong pointer was passed to...Tomas Kukosa1-1/+1
2005-09-20get rid of few warningsTomas Kukosa1-1/+1
2005-09-20asn2eth Tomas Kukosa1-14/+40
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-1/+1
2005-09-09- dissect_per_choice() creates now only one level tree insted of two levels treeTomas Kukosa1-120/+71
2005-09-06get rid of few warningsTomas Kukosa1-5/+4
2005-08-31internal length field for constrained SEQUNCE/SET OF was not hiddenTomas Kukosa1-3/+4
2005-08-29avoid few warningsTomas Kukosa1-10/+10
2005-08-29- fix of bug made with too fast releaseTomas Kukosa1-1/+1
2005-08-29- put real value insted of only text into tree for choice extensionsTomas Kukosa1-118/+107
2005-08-20remove some more sprintfRonnie Sahlberg1-4/+6
2005-08-20removal of even more sprintfRonnie Sahlberg1-2/+4
2005-08-18Fix value_tvb pointers.Gerald Combs1-3/+3
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t instea...Tomas Kukosa1-15/+20
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()Ronnie Sahlberg1-2/+1
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-4/+4
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have pr...Tomas Kukosa1-19/+32
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa1-4/+4
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-1/+1
2005-06-16"proto_tree_add_text()" doesn't add a named field, so it takes no "hf_"Guy Harris1-2/+2
2005-06-15Handle FT_UINTs in dissect_per_integer(). Fixes bug 234.Gerald Combs1-1/+14
2005-05-30From Steve Grubb: Fix buffer and array length checks. Fixes part of bug 217.Gerald Combs1-1/+1
2005-05-24Throw an exception instead of calling g_assert_not_reached(). Fixes bug 175.Gerald Combs1-3/+3
2005-04-28Usage of oid_to_str() in PER and BER helpersTomas Kukosa1-45/+8
2005-04-27NULL type decoders for PER and BERTomas Kukosa1-0/+11
2005-03-16Use 0, not NULL, for integer arguments; NULL might be defined as "(void *)0",Guy Harris1-3/+3
2005-02-07From Alejandro Vaquero :Anders Broman1-5/+11
2005-01-17If a string of zero length is encountered offset still needs to be advanced(?) Anders Broman1-2/+3
2005-01-17ASN.1 PER VisibleString supportTomas Kukosa1-0/+7
2005-01-13Display PER booleans the way other bitfields are displayed.Guy Harris1-2/+2
2005-01-05From Chris Maynard: free strings allocated by "tvb_fake_unicode()" afterGuy Harris1-0/+1
2004-11-09Make it possible to print name of OID strings for PER coded OID:s as well.Anders Broman1-2/+11
2004-10-27Don't have two variables, in different scopes in the same routine, haveGuy Harris1-4/+4
2004-10-27Encapsulate into a macro the idiomGuy Harris1-35/+15
2004-10-12From Ronnie Sahlberg: set a variable before we test it.Guy Harris1-6/+5
2004-10-11dissect_per_restricted_character_string() was almost completely broken when i...Ronnie Sahlberg1-44/+64
2004-10-11Make the "per_choice_t" and "per_sequence_t" pointer arguments pointersGuy Harris1-4/+4
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1544