aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/isdn-sup/packet-isdn-sup-template.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-12Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT's ↵Chris Maynard1-12/+21
since both get_rose_ctx() and get_asn1_ctx() also check signatures. svn path=/trunk/; revision=53965
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
svn path=/trunk/; revision=53860
2013-11-03Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann1-9/+9
svn path=/trunk/; revision=53061
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-3/+3
was done using textual search+replace, not anything syntax-aware, so presumably it got most comments as well (except where there were typos). Use a consistent coding style, and make proper use of the WS_DLL_* defines. Group the functions appropriately in the header. I ended up getting rid of most of the explanatory comments since many of them duplicated what was in the value_string.c file (and were out of sync with the recent updates I made to those in r48633). Presumably most of the comments should be in the .h file not the .c file, but there's enough churn ahead that it's not worth fixing yet. Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8467 svn path=/trunk/; revision=48634
2013-03-22Add some of the global codes as asn2wrs handle them now.Anders Broman1-0/+18
svn path=/trunk/; revision=48478
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-4/+4
The misspellings were mostly in comments but some were in text strings visible to the user. svn path=/trunk/; revision=47899
2013-02-19Add the remaining asn1 files "CODE global" not handled yet.Anders Broman1-0/+2
svn path=/trunk/; revision=47746
2013-02-18Dissect more supplementarry servicesAnders Broman1-4/+80
svn path=/trunk/; revision=47738
2013-02-17Squelch some more warnings.Guy Harris1-0/+4
svn path=/trunk/; revision=47717
2013-02-17Squelch some warnings.Guy Harris1-0/+2
svn path=/trunk/; revision=47716
2013-02-17Try to fix merge problem.Anders Broman1-252/+0
svn path=/trunk/; revision=47714
2013-02-17Add a preferense to the Q.932 dissector wether facility messages should be ↵Anders Broman1-0/+254
dissected as QSIG or ETSI. Add the ISUP Supplementary services dissector. svn path=/trunk/; revision=47713
2013-02-17Get rid of trailing CRs, set the usual svn properties to expand $Id$ andGuy Harris1-248/+248
use native line endings. svn path=/trunk/; revision=47709
2013-02-17Add the files for an initial ISDN Supplimentary Services(ETSI) dissector.Anders Broman1-0/+248
svn path=/trunk/; revision=47706