aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-03From Neil Piercy (bug 3299):Stig Bjørlykke1-1/+20
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Do not call a variable value_string as we have a struct with this name.Stig Bjørlykke1-5/+5
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-3/+3
2008-06-19Add an expert item warning if a full sequence isn't decoded. ( take 2)Anders Broman1-12/+11
2008-06-19Initialize new_offset.Stig Bjørlykke1-0/+1
2008-06-19Add an expert item warning if a full sequence isn't decoded.Anders Broman1-0/+12
2008-04-13Fix the crash from bug 2432. I don't really like that we use a new tvbStig Bjørlykke1-14/+16
2008-03-19Return value tvb if pressent from all branches.Anders Broman1-0/+4
2008-03-19fix from Anders: offset->boffsetTomas Kukosa1-1/+1
2008-03-18Handle the case where length is > remaining tvbAnders Broman1-8/+10
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-22/+23
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
2008-01-15Moved a G_GINT64_CONSTANT to a more correct position.Stig Bjørlykke1-1/+1
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).Anders Broman1-1/+1
2008-01-15Use G_GINT64_CONSTANT(hope it makes the build bot happy).Anders Broman1-3/+3
2008-01-15Use G_GINT64_MODIFIER hope it makes the build bot happy.Anders Broman1-1/+1
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.Anders Broman1-0/+247
2008-01-03set actx->created_item for object identifier typeTomas Kukosa1-3/+2
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-0/+38
2007-12-18do not align before enumerated extensionTomas Kukosa1-4/+0
2007-11-01Get rid of most of the legacy oid stuff.Anders Broman1-2/+2
2007-10-29asn2wrsTomas Kukosa1-8/+15
2007-10-22add flags for optional fields of EXTERNAL type into asn1_ctx_t structTomas Kukosa1-0/+3
2007-10-17make dissect_per_length_determinant() privateTomas Kukosa1-1/+4
2007-09-18PER: fix bitstring handling if SIZE(n) where n<=16Tomas Kukosa1-27/+5
2007-09-06Remove debug code and a "lost" line.Anders Broman1-2/+1
2007-09-04Fixed compiler warnings to get the buildbot going.Stig Bjørlykke1-2/+1
2007-09-04value_tvb=out_tvb, remove unused variables.Anders Broman1-4/+6
2007-09-04Get correct value for bitstrings.Anders Broman1-105/+99
2007-08-30fix dissect_per_bit_string() for unaligned PER, values ar still not correctly...Anders Broman1-3/+11
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-1/+2
2007-07-30H.450 regenerated from original ASN.1 sourcesTomas Kukosa1-4/+2
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-2/+5
2007-07-16Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: cas...Jeff Morriss1-1/+5
2007-07-13- get rid of anonymous unionsTomas Kukosa1-14/+7
2007-07-03Fix dissection of IP addresses in unaligned PER.Anders Broman1-2/+17
2007-06-14Change actx->external.direct_reference to be the OID string.Anders Broman1-1/+1
2007-05-23fix warningTomas Kukosa1-0/+2
2007-05-23support of CONTAINING constraint in OCTET STRING and BIT STRINGTomas Kukosa1-11/+73
2007-05-22Trivial warning fixes:Jörg Mayer1-1/+1
2007-05-14fix packet-per.c:155: warning: 'val_tvb' may be used uninitialized in this fu...Tomas Kukosa1-1/+1
2007-05-14- more variants of dissect_per_open_type_*()Tomas Kukosa1-28/+59
2007-05-07changes in external structure of asn1_ctx_tTomas Kukosa1-9/+23
2007-05-03Split out asn1 common functions. Start of BER EXTERNAL.Anders Broman1-14/+0
2007-05-03REAL type supportTomas Kukosa1-11/+88
2007-05-02fix forgotten calling of dissect_per_External()Tomas Kukosa1-4/+1
2007-05-02comment out a unused function so that wireshark builds on suse againRonnie Sahlberg1-1/+2
2007-05-02fix some compiler warnings leading to compile failureRonnie Sahlberg1-1/+1