aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932/packet-q932-template.c
AgeCommit message (Expand)AuthorFilesLines
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