aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932/packet-q932-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-398/+0
2016-01-02Use #defines for the values for the facility_encoding preference.Guy Harris1-4/+6
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-4/+5
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-4/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-9/+9
2015-04-08Replace deprecated tvb_length with tvb_reported_length.AndersBroman1-1/+1
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-3/+3
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-9/+27
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-4/+4
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-1/+1
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-10/+10
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-1/+1
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-1/+1
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+2
2013-11-03Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann1-2/+1
2013-03-19From beroset:Anders Broman1-3/+3
2013-02-17Add a preferense to the Q.932 dissector wether facility messages should be di...Anders Broman1-9/+55
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-5/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2009-01-28#include prefs.h not req'dBill Meier1-1/+0
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-6/+1
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-2/+2
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+2
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-07-20QSIG fully implementedTomas Kukosa1-0/+2
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-3/+7
2007-07-13- get rid of anonymous unionsTomas Kukosa1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-0/+1
2007-05-04- Q.932: fix warningsTomas Kukosa1-1/+1
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa1-2/+2
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeGuy Harris1-4/+4
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris1-6/+4
2007-04-28Include <string.h> before using C string functions.Guy Harris1-1/+3
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa1-0/+333