aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ax25-kiss.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-3/+5
2015-05-05Updated to add the G8BPQ MKISS additional commands and "Checksum" mode.Richard Stearn1-14/+86
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-10-27Have X.25 dissector pass boolean q_bit_set value through dissector data rathe...Michael Mann1-4/+1
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-2/+2
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-8/+6
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+4
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-10-22Cleanup:Bill Meier1-91/+74
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-03Use a value_string for the KISS frame types; associate it with theGuy Harris1-11/+21
2012-08-02From Richard Stearn: Flexnet support.Guy Harris1-19/+0
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-5/+15
2012-08-02Replace blurbs which duplicate the field name with NULL.Jeff Morriss1-9/+9
2012-08-02Fix: wireshark/svn/trunk/epan/dissectors/packet-ax25-kiss.c:288:12: error: va...Jörg Mayer1-2/+2
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris1-0/+404