Commit Graph

8 Commits

Author SHA1 Message Date
Guy Harris 40ba0d72bc Newlines don't belong in format strings for the "proto_tree_add"
routines.

svn path=/trunk/; revision=10094
2004-02-18 10:11:52 +00:00
Guy Harris 885ddfcef1 From Josef Korelus: update the offset after decoding an IE.
svn path=/trunk/; revision=8965
2003-11-14 18:59:00 +00:00
Guy Harris d4954b6700 Use the *correct* value_string for the IE Type field.
svn path=/trunk/; revision=8448
2003-09-10 19:27:14 +00:00
Guy Harris 5f7d204bd3 If the uppermost bit of the first length octet is set, it means that the
length is in the lower 7 bits of that octet, not that there's another
octet of length.

svn path=/trunk/; revision=8431
2003-09-09 09:20:07 +00:00
Guy Harris 4605a6b5b3 Don't use "match_strval()" unless you know the value is going to match
or you are prepared to handle a null pointer return value; use
"val_to_str()" if you want an "Unknown (XXX)" string if the value is
unknown.

svn path=/trunk/; revision=8429
2003-09-09 08:53:48 +00:00
Guy Harris f7b8844b7f Process TLVs as such.
svn path=/trunk/; revision=8428
2003-09-09 07:51:37 +00:00
Guy Harris ee4931cefb From Josef Korelus: GPRS BSSGP support.
svn path=/trunk/; revision=8403
2003-09-06 06:55:57 +00:00
Guy Harris ea4ff6a749 From Josef Korelus <jkor [AT] quick.cz>: GPRS Network
Service-over-Frame-Relay support, including preference for Frame Relay
to select FRF 3.2/Cisco HDLC encapsulation or encapsulation of GPRS NS
PDUs.

svn path=/trunk/; revision=8362
2003-09-03 22:26:38 +00:00