aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sndcp.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of a trailing comma.Guy Harris2004-05-041-2/+2
| | | | svn path=/trunk/; revision=10791
* Change the decision tree for protocol and data compression so that itGuy Harris2004-04-131-11/+15
| | | | | | | | | doesn't test all four possibilities - with the old code, GCC doesn't understand that one of the four possibilities must be true, so it complains that "compression_field_item" might not be set, but it does understand that with the new code. svn path=/trunk/; revision=10595
* Don't put blanks at the ends of strings added with "col_add_fstr()", putGuy Harris2004-04-131-5/+5
| | | | | | | them at the beginnings of strings appended with "col_append_str()", so there won't be extra blanks at the end. svn path=/trunk/; revision=10592
* From Christian Falckenberg: GPRS SNDCP support.Guy Harris2004-04-131-0/+573
svn path=/trunk/; revision=10591