wireshark/asn1/gsmmap
Guy Harris ab797734dd Get rid of the private "my_match_strval()" routine in many dissectors;
add a "match_strval_idx()" routine that does the same thing, and have
"match_strval()" call it.

Make those routines, and "val_to_str()", return a "const" pointer. 
Update dissectors as necessary to squelch compiler warnings produced by
that.

Use "val_to_str()" rather than using "match_strval()" and then, if the
result is null, substituting a specific string.  Clean up some other
"match_strval()"/"val_to_str()" usages.

Add a null pointer check in the NDPS dissector's "attribute_value()"
routine, as it's not clear that "global_attribute_name" won't be null at
that point.

Make some global variables in the AFS4INT dissector local.

Make some routines not used outside the module they're in static.

Make some tables "static const".

Clean up white space.

Fix Gerald's address in some files.

svn path=/trunk/; revision=14786
2005-06-26 19:56:52 +00:00
..
GSMMAP.asn Add a signal 2005-06-26 11:01:04 +00:00
Makefile Make the Makefile look like the h235 Makefiles, with the new rules. 2005-01-16 10:19:21 +00:00
Makefile.nmake When using Cygwin's python asn2eth.py 2005-01-16 23:26:02 +00:00
gsmmap.cnf Major rewrite to update to version TS 129 002 V6.9.0 2005-06-25 17:25:44 +00:00
packet-gsm_map-template.c Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
packet-gsm_map-template.h From Jacques, Olivier: Length of digit_str wrongly calculated. 2005-03-31 18:39:45 +00:00