aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248
AgeCommit message (Expand)AuthorFilesLines
2012-06-05from Alex Lindberg:Anders Broman4-219/+272
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris3-7/+18
2012-03-13H.248 Annex E dissector does not properly dissect event parametersAnders Broman3-5/+43
2012-02-03Create a list of MTP Service Indicator macros and use them.Jeff Morriss1-4/+2
2011-11-14[-Wunused-but-set-variable]Anders Broman1-2/+2
2011-11-12fix [-Wunused-but-set-variable]Anders Broman1-14/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-15/+15
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-1088/+1101
2010-11-15Update package_name_vals[] value_string array:Bill Meier1-6/+24
2010-01-21From Alex Lindberg:Anders Broman3-0/+43
2010-01-17Get rid of check_col();Anders Broman1-2/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-10-08From Gerasimos Dimitriadis via. bug 4104:Kovarththanan Rajaratnam1-1/+1
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-0/+4
2009-09-10From Alex Lindberg:Anders Broman4-2/+128
2009-09-08From Alex Lindberg:Anders Broman1-1/+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 Broman2-1/+5
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-16/+16
2009-03-31Update value strings.Anders Broman1-1/+83
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-04Move prefs processing from registered init fcn to proto_reg_handoff fcnBill Meier1-47/+33
2008-06-27Fix some checkAPIs warnings.Gerald Combs1-35/+33
2008-01-13Update package name from IANA's list.Anders Broman1-0/+64
2008-01-13transactionId wasn't processed for:Anders Broman1-2/+23
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
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-12/+12
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-7/+11
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-1/+1
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-07convert to new Makefile structureJörg Mayer4-59/+96
2007-09-17Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke1-1/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
2007-05-15actx in the rest of dissect_ber..()lAnders Broman2-14/+22
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-39/+41
2007-04-24extraInfo was not propperly tagged causing ber decoding errors.Luis Ontanon1-2/+2
2007-04-13 Have the h248term handle evaluated as late as possible.Luis Ontanon1-1/+5
2007-03-27megacoLuis Ontanon1-1/+0
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon1-0/+4
2007-03-25Remove the context tracing from packet-h248.c ( migrated to <epan/gcp.c> )Luis Ontanon3-919/+47
2007-03-18add a tap to h248Luis Ontanon3-15/+49