aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gprs-ns.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-18Newlines don't belong in format strings for the "proto_tree_add"Guy Harris1-5/+5
routines. svn path=/trunk/; revision=10094
2003-11-14From Josef Korelus: update the offset after decoding an IE.Guy Harris1-1/+2
svn path=/trunk/; revision=8965
2003-09-10Use the *correct* value_string for the IE Type field.Guy Harris1-2/+2
svn path=/trunk/; revision=8448
2003-09-09If the uppermost bit of the first length octet is set, it means that theGuy Harris1-2/+10
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-09Don't use "match_strval()" unless you know the value is going to matchGuy Harris1-3/+5
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-09Process TLVs as such.Guy Harris1-65/+162
svn path=/trunk/; revision=8428
2003-09-06From Josef Korelus: GPRS BSSGP support.Guy Harris1-4/+4
svn path=/trunk/; revision=8403
2003-09-03From Josef Korelus <jkor [AT] quick.cz>: GPRS NetworkGuy Harris1-0/+258
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