aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-12Regenerate more ASN.1 dissectors for Coverity.Gerald Combs1-62/+62
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-11-15Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1061/+1074
2010-11-15Update package_name_vals[] value_string array:Bill Meier1-9/+27
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-46/+46
2010-05-11Regenerate a few of the ASN.1 dissectorsJeff Morriss1-297/+297
2010-01-21From Alex Lindberg:Anders Broman1-10/+62
2010-01-17Get rid of check_col();Anders Broman1-48/+47
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-17/+17
2009-10-08From Gerasimos Dimitriadis via. bug 4104:Kovarththanan Rajaratnam1-13/+13
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-0/+4
2009-09-10From Alex Lindberg:Anders Broman1-56/+294
2009-09-08From Alex Lindberg:Anders Broman1-4/+4
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-27From yin sun:Anders Broman1-4/+8
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-9/+9
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-68/+68
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-42/+42
2009-03-31Update value strings.Anders Broman1-4/+86
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-16Fix some spelling/typosBill Meier1-1/+1
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-50/+36
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-42/+42
2008-06-27Fix some checkAPIs warnings.Gerald Combs1-49/+47
2008-01-13Update package name from IANA's list.Anders Broman1-3/+67
2008-01-13transactionId wasn't processed for:Anders Broman1-44/+99
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-3/+3
2008-01-04Get rid of ber_last_created_item(). (Final?)Anders Broman1-2/+2
2008-01-04Get rid of ber_last_created_item().Anders Broman1-13/+13
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-1853/+997
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPTomas Kukosa1-9/+0
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
2007-05-24few BER dissectors regeneratedTomas Kukosa1-47/+47
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-434/+434
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-57/+65
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1013/+1015
2007-05-07_U_ mark some parameters and a forgotten file.Anders Broman1-287/+287
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
2007-04-24extraInfo was not propperly tagged causing ber decoding errors.Luis Ontanon1-4/+4
2007-04-13 Have the h248term handle evaluated as late as possible.Luis Ontanon1-3/+7
2007-03-27megacoLuis Ontanon1-1/+0
2007-03-25Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the s...Luis Ontanon1-814/+84
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-490/+490
2007-03-18add a tap to h248Luis Ontanon1-52/+81
2007-03-18make sure curr_info.sig is not-NULL before derreferencing it.Luis Ontanon1-1/+1
2007-03-18make sure curr_info.evt is not-NULL before derreferencing it.Luis Ontanon1-2/+2
2007-03-17dissect H.248 over TPKT over TCPLuis Ontanon1-10/+41
2007-03-06Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:Luis Ontanon1-14/+6