aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have pr...kukosa1-19/+32
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...kukosa1-4/+4
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald1-1/+1
2005-06-16"proto_tree_add_text()" doesn't add a named field, so it takes no "hf_"guy1-2/+2
2005-06-15Handle FT_UINTs in dissect_per_integer(). Fixes bug 234.gerald1-1/+14
2005-05-30From Steve Grubb: Fix buffer and array length checks. Fixes part of bug 217.gerald1-1/+1
2005-05-24Throw an exception instead of calling g_assert_not_reached(). Fixes bug 175.gerald1-3/+3
2005-04-28Usage of oid_to_str() in PER and BER helperskukosa1-45/+8
2005-04-27NULL type decoders for PER and BERkukosa1-0/+11
2005-03-16Use 0, not NULL, for integer arguments; NULL might be defined as "(void *)0",guy1-3/+3
2005-02-07From Alejandro Vaquero :etxrab1-5/+11
2005-01-17If a string of zero length is encountered offset still needs to be advanced(?) etxrab1-2/+3
2005-01-17ASN.1 PER VisibleString supportkukosa1-0/+7
2005-01-13Display PER booleans the way other bitfields are displayed.guy1-2/+2
2005-01-05From Chris Maynard: free strings allocated by "tvb_fake_unicode()" afterguy1-0/+1
2004-11-09Make it possible to print name of OID strings for PER coded OID:s as well.etxrab1-2/+11
2004-10-27Don't have two variables, in different scopes in the same routine, haveguy1-4/+4
2004-10-27Encapsulate into a macro the idiomguy1-35/+15
2004-10-12From Ronnie Sahlberg: set a variable before we test it.guy1-6/+5
2004-10-11dissect_per_restricted_character_string() was almost completely broken when i...sahlberg1-44/+64
2004-10-11Make the "per_choice_t" and "per_sequence_t" pointer arguments pointersguy1-4/+4
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1544