Rewrote to use g_strlcpy and g_strlcat.
[obnox/wireshark/wip.git] / epan / dissectors / packet-per.c
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-01-23 guyGet rid of non-ASCII characters.
2008-01-15 stigMoved a G_GINT64_CONSTANT to a more correct position.
2008-01-15 etxrabUse G_GINT64_CONSTANT(hope it makes the OS X build...
2008-01-15 etxrabUse G_GINT64_CONSTANT(hope it makes the build bot happy).
2008-01-15 etxrabUse G_GINT64_MODIFIER hope it makes the build bot happy.
2008-01-15 etxrabmake per_constrained_integer handle 64bits needed for...
2008-01-03 kukosaset actx->created_item for object identifier type
2007-12-28 kukosasupport for additionally SIZE constrained Typereference
2007-12-18 kukosado not align before enumerated extension
2007-11-01 etxrabGet rid of most of the legacy oid stuff.
2007-10-29 kukosaasn2wrs
2007-10-22 kukosaadd flags for optional fields of EXTERNAL type into...
2007-10-17 kukosamake dissect_per_length_determinant() private
2007-09-18 kukosaPER: fix bitstring handling if SIZE(n) where n<=16
2007-09-06 etxrabRemove debug code and a "lost" line.
2007-09-04 stigFixed compiler warnings to get the buildbot going.
2007-09-04 etxrabvalue_tvb=out_tvb, remove unused variables.
2007-09-04 etxrabGet correct value for bitstrings.
2007-08-30 etxrabfix dissect_per_bit_string() for unaligned PER, values...
2007-08-25 legoreplace oid_to_str_buf() and oid_to_str()
2007-07-30 kukosaH.450 regenerated from original ASN.1 sources
2007-07-18 kukosarose_ctx_t structure usage in Q.932 dissector
2007-07-16 morrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-07-13 kukosa- get rid of anonymous unions
2007-07-03 etxrabFix dissection of IP addresses in unaligned PER.
2007-06-14 etxrabChange actx->external.direct_reference to be the OID...
2007-05-23 kukosafix warning
2007-05-23 kukosasupport of CONTAINING constraint in OCTET STRING and...
2007-05-22 jmayerTrivial warning fixes:
2007-05-14 kukosafix packet-per.c:155: warning: 'val_tvb' may be used...
2007-05-14 kukosa- more variants of dissect_per_open_type_*()
2007-05-07 kukosachanges in external structure of asn1_ctx_t
2007-05-03 etxrabSplit out asn1 common functions. Start of BER EXTERNAL.
2007-05-03 kukosaREAL type support
2007-05-02 kukosafix forgotten calling of dissect_per_External()
2007-05-02 sahlbergcomment out a unused function so that wireshark builds...
2007-05-02 sahlbergfix some compiler warnings leading to compile failure
2007-05-02 kukosaPER - support of EXTERNAL and ObjectDescriptor types...
2007-05-01 etxrabSplit out common asn1 stuff to asn1.h and include that...
2007-04-16 morrissFrame numbers are unsigned, print them as such
2007-04-10 morrissGet rid of some more g_assert*()'s in the dissectors...
2006-10-19 guyFix a compiler warning (about a real problem).
2006-09-29 kukosaFrom Reinhard Speyerer:
2006-09-27 etxrabHandle unaligned dissect_per_length_determinant and...
2006-08-16 kukosa- add value_ptr into struct _asn1_ctx_t
2006-07-04 kukosafew formal changes in PER dissector (rename asn_* types...
2006-07-03 kukosaremove name field from per_sequence_t structure, it...
2006-06-29 kukosause "type function" instead of "field function" in...
2006-06-24 sahlbergrestore display of optional field names when the option...
2006-06-24 sahlbergcoverity 197 dead code
2006-06-23 sahlbergcoverity 190
2006-06-23 sahlbergremove some dead code
2006-06-19 sahlbergcoverity 195
2006-06-08 etxrabMAke it possible to get a tvb with a BIT STRING, regene...
2006-06-05 kukosa- packet-per.[ch]: Open Type support
2006-06-01 sahlbergthe very recently added unaligned-per support and the...
2006-05-31 kukosaget rid of few warnings in packet-per.c
2006-05-22 kukosa- fix bugs in dissect_per_octet_string() introduced...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-17 etxrabAdd missing add_new_data_source.
2006-05-16 etxrabPER:
2006-05-13 etxrabMake dissect_per_constrained_integer handle unaligned...
2006-05-10 etxrabPreparations to be able to handle unaligned PER.
2006-03-08 kukosabetter support for ASN.1 Enumerated type in PER decoding
2006-03-05 etxrabMake a new PER function dissect_per_enumerated() and...
2006-02-28 etxrabFrom Peter Johansson:
2006-02-27 etxrabAdd extention bit if per internal fields shown.
2005-12-06 kukosaOBJECT IDENTIFIER name resolution moved to oid_resolv.c
2005-12-05 etxrabIf we don't have the OID name let the SNMP dissector...
2005-12-02 kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-11-14 kukosaimprovements in value constraint support
2005-10-10 etxrabFix problems with bitstring:
2005-10-06 etxrabOctest string of (size 2) does not dissplay correctly.
2005-09-27 kukosabug in dissect_per_object_identifier_str() fixed, wrong...
2005-09-20 kukosaget rid of few warnings
2005-09-20 kukosaasn2eth
2005-09-19 kukosaremove unused parameter 'name' from dissect_per_choice()
2005-09-09 kukosa- dissect_per_choice() creates now only one level tree...
2005-09-06 kukosaget rid of few warnings
2005-08-31 kukosainternal length field for constrained SEQUNCE/SET OF...
2005-08-29 kukosaavoid few warnings
2005-08-29 kukosa- fix of bug made with too fast release
2005-08-29 kukosa- put real value insted of only text into tree for...
2005-08-20 sahlbergremove some more sprintf
2005-08-20 sahlbergremoval of even more sprintf
2005-08-18 geraldFix value_tvb pointers.
2005-08-18 kukosa- dissect_per_restricted_character_string() returns...
2005-08-10 sahlbergconvert some tvb_fake_unicode() to tvb_get_ephemeral_fa...
2005-07-30 jmayerMake some funtions static. More char -> const char...
2005-07-15 kukosa- PER helper functions for SET/SEQUENCE OF dissection...
2005-07-04 kukosa- use tvb instead of offset and length in dissect_per_o...
2005-06-20 geraldFix a format string vulneratility in the AFP dissector...
2005-06-16 guy"proto_tree_add_text()" doesn't add a named field,...
2005-06-15 geraldHandle FT_UINTs in dissect_per_integer(). Fixes bug...
2005-05-30 geraldFrom Steve Grubb: Fix buffer and array length checks...
2005-05-24 geraldThrow an exception instead of calling g_assert_not_reac...
2005-04-28 kukosaUsage of oid_to_str() in PER and BER helpers
2005-04-27 kukosaNULL type decoders for PER and BER
2005-03-16 guyUse 0, not NULL, for integer arguments; NULL might...
next