aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
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