aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-08- Forward declaration of register functions.Anders Broman1-5/+7
2013-11-03Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann1-4/+3
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-13/+13
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
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-14/+60
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
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-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-5/+5
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-11/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-3/+3
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-37/+37
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-1/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-6/+5
2009-01-28#include prefs.h not req'dBill Meier1-6/+5
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-9/+4
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-4/+5
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-3/+3
2007-12-06fix field attributes handling for tagged typesTomas Kukosa1-2/+2
2007-10-17- register QSIG over SIPTomas Kukosa1-2/+2
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
2007-07-20QSIG fully implementedTomas Kukosa1-0/+2
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-7/+11
2007-07-13- get rid of anonymous unionsTomas Kukosa1-1/+1
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionTomas Kukosa1-206/+101
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-45/+45
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-13/+13
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-136/+143
2007-05-06Start introducing actx to ber functions.Anders Broman1-34/+34
2007-05-04- Q.932: fix warningsTomas Kukosa1-7/+4
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa1-5/+8
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
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-11/+9
2007-04-28Include <string.h> before using C string functions.Guy Harris1-7/+9
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa1-0/+1117