aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ax25-kiss.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-03Use a value_string for the KISS frame types; associate it with theGuy Harris1-11/+21
command field. svn path=/trunk/; revision=44237
2012-08-02From Richard Stearn: Flexnet support.Guy Harris1-19/+0
Also, get rid of check_col() calls and unused preferences, and use col_add_fstr() where appropriate. Fix up some indentation. svn path=/trunk/; revision=44222
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-5/+15
LINKTYPE_AX25. svn path=/trunk/; revision=44211
2012-08-02Replace blurbs which duplicate the field name with NULL.Jeff Morriss1-9/+9
Don't use dissector_add(): it's long since deprecated. svn path=/trunk/; revision=44206
2012-08-02Fix: wireshark/svn/trunk/epan/dissectors/packet-ax25-kiss.c:288:12: error: ↵Jörg Mayer1-2/+2
variable ‘ax25_kiss_module’ set but not used [-Werror=unused-but-set-variable] svn path=/trunk/; revision=44203
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris1-0/+404
Part 1 of the fix for bug 7529. svn path=/trunk/; revision=44202