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