aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248/h248.cnf
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-403/+0
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-02-18H.248: fix dissection of ServiceChangeReason for version 1Pascal Quantin1-43/+0
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-10-29Don't include ctype.h and replace isascii() with _ascii_isprint().AndersBroman1-3/+3
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-2/+2
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-2/+2
2014-05-05Add the possibillity to add a string to the termination id.AndersBroman1-5/+18
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-14/+14
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-11-10Pass "wild_card" directly to dissector instead of using private_data. "h248t...Michael Mann1-2/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-05Get rid of a duplicated filter name.Anders Broman1-1/+2
2013-08-04Convert proto_item_set_expert_flags to "filterable" items in alcap dissector....Michael Mann1-1/+1
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-3/+3
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2012-06-05from Alex Lindberg:Anders Broman1-49/+48
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-3/+3
2012-03-13H.248 Annex E dissector does not properly dissect event parametersAnders Broman1-1/+9
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-15/+15
2010-01-21From Alex Lindberg:Anders Broman1-0/+34
2010-01-17Get rid of check_col();Anders Broman1-2/+1
2009-10-08From Gerasimos Dimitriadis via. bug 4104:Kovarththanan Rajaratnam1-1/+1
2009-09-10From Alex Lindberg:Anders Broman1-1/+61
2009-06-27From yin sun:Anders Broman1-0/+4
2008-01-13transactionId wasn't processed for:Anders Broman1-2/+23
2008-01-04Get rid of ber_last_created_item(). (Final?)Anders Broman1-2/+2
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-7/+11
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-3/+3
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-11/+11
2007-03-25Remove the context tracing from packet-h248.c ( migrated to <epan/gcp.c> )Luis Ontanon1-30/+31
2007-03-18add a tap to h248Luis Ontanon1-1/+22
2006-11-08Make things build on my system againJörg Mayer1-1/+1
2006-11-07Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206Anders Broman1-0/+11
2006-10-15Upadte to H.248 V3 and add some annex E parameters.Anders Broman1-3/+2
2006-10-04more cleanup... almost there...Luis Ontanon1-42/+3
2006-10-03Get it to compile...Luis Ontanon1-5/+1
2006-10-03H.248 packages...Luis Ontanon1-58/+62
2006-09-04From Oleg Kostenko:Anders Broman1-0/+17
2006-03-10fix coverity CIDs 113 and 114.Luis Ontanon1-12/+18
2005-12-28- Decode some more annex C fieldsLuis Ontanon1-5/+11
2005-12-13asn2eth.py:Gerald Combs1-1/+1
2005-12-06It crashed when keep_persistent_data == FALSELuis Ontanon1-0/+4
2005-12-06- Fix few issues with context analysisLuis Ontanon1-11/+22
2005-12-03Rewrite of the analisys and summary code.Luis Ontanon1-94/+97
2005-11-02Some cleanup,Luis Ontanon1-4/+35
2005-11-02- terminate a value_stringLuis Ontanon1-1/+8