aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gprs-llc.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-388/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-05-04Fix some typos, and get rid of an inapplicable boilerplate comment.Guy Harris1-18/+12
Get rid of some trailing commas. Show the SAPI symbolically in the top-level item for the address field. svn path=/trunk/; revision=10790
2004-04-25From Josef Korelus: use "val_to_str()", not "match_strval()", so weGuy Harris1-3/+3
don't crash with incorrect values. svn path=/trunk/; revision=10697
2004-04-13Use the "a_bit" true_false_string for the "llcgprs.as" field.Guy Harris1-2/+2
svn path=/trunk/; revision=10596
2004-04-13Get rid of some unused variables, as per Josef Korelus.Guy Harris1-3/+1
svn path=/trunk/; revision=10593
2004-04-13From Josef Korelus: GPRS LLC support.Guy Harris1-0/+396
svn path=/trunk/; revision=10590