Commit graph

3 commits

Author SHA1 Message Date
Guy Harris
d9fd0a62a4 Change the decision tree for protocol and data compression so that it
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
2004-04-13 21:29:18 +00:00
Guy Harris
2b27929a3e Don't put blanks at the ends of strings added with "col_add_fstr()", put
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
2004-04-13 04:45:37 +00:00
Guy Harris
7cf08c6404 From Christian Falckenberg: GPRS SNDCP support.
svn path=/trunk/; revision=10591
2004-04-13 04:36:20 +00:00