aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ranap.c
AgeCommit message (Collapse)AuthorFilesLines
2001-09-13Squelch a "signed vs. unsigned comparison" warning (which warned of aGuy Harris1-2/+2
real problem, if "byte_span" were 0 - that would only happen if "bitoffset" and "bitlength" were both 0, and "bitlength" should never be 0). svn path=/trunk/; revision=3929
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-112/+112
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-06-06Updates from Martin Held.Guy Harris1-1/+3
svn path=/trunk/; revision=3521
2001-06-01Updates from Martin Held.Guy Harris1-15/+53
svn path=/trunk/; revision=3495
2001-05-25Fix Gerald's e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=3451
2001-04-25Wrap "VALS()" around pointers to "value_string" arrays, to suppress GCCGuy Harris1-66/+66
complaints. svn path=/trunk/; revision=3379
2001-04-24RANAP support, from Martin Held.Guy Harris1-0/+4772
svn path=/trunk/; revision=3375