aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/isdn-sup
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 Broman2-1/+4
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-09-06Deduplicate some type and field names.Gerald Combs1-1/+20
svn path=/trunk/; revision=51800
2013-05-07Some moreJörg Mayer1-0/+40
svn path=/trunk/; revision=49203
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
It doesn't do anything yet, it is just to make svn status readable again. svn path=/trunk/; revision=49007
2013-04-03Sort LocalCode value string.Anders Broman1-1/+1
svn path=/trunk/; revision=48721
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 Broman3-3/+26
svn path=/trunk/; revision=48478
2013-03-22Make Freephone-Operations parseable.Anders Broman1-2/+39
svn path=/trunk/; revision=48475
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-19Remove experiment with global codeAnders Broman1-2/+3
svn path=/trunk/; revision=47747
2013-02-19Add the remaining asn1 files "CODE global" not handled yet.Anders Broman12-2/+1024
svn path=/trunk/; revision=47746
2013-02-18Dissect more supplementarry servicesAnders Broman8-50/+621
svn path=/trunk/; revision=47738
2013-02-18Add more ASN1 files.Anders Broman2-0/+106
svn path=/trunk/; revision=47730
2013-02-17Squelch some more warnings.Guy Harris1-0/+4
svn path=/trunk/; revision=47717
2013-02-17Squelch some warnings.Guy Harris2-0/+8
svn path=/trunk/; revision=47716
2013-02-17Try to fix merge problem.Anders Broman2-253/+1
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-17Give it an RCS ID.Guy Harris1-0/+3
svn path=/trunk/; revision=47710
2013-02-17Get rid of trailing CRs, set the usual svn properties to expand $Id$ andGuy Harris9-945/+945
use native line endings. svn path=/trunk/; revision=47709
2013-02-17Add the files for an initial ISDN Supplimentary Services(ETSI) dissector.Anders Broman9-0/+945
svn path=/trunk/; revision=47706