aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aprs.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-12- [-Wmissing-prototypes]Anders Broman1-11/+13
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-1/+3
2012-12-21Constify some character pointer variables to avoid warnings aboutGuy Harris1-5/+5
2012-12-04Fix 2 [-Wshadow] warningsBill Meier1-16/+16
2012-10-26Fix [-Wunused-but-set-variable] warnings.Bill Meier1-9/+3
2012-10-26General cleanup (No changes in dissection):Bill Meier1-503/+548
2012-10-22Fix some encoding args; (still more to do).Bill Meier1-59/+63
2012-10-22Cleanup:Bill Meier1-36/+12
2012-10-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-99/+88
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-03Replace blurbs which duplicate the field name with NULL.Jeff Morriss1-92/+92
2012-08-03Squelch narrowing warnings.Guy Harris1-2/+2
2012-08-02Oops, forgot to add packet-aprs.c to dissector source lists.Guy Harris1-4/+4
2012-08-02From Richard Stearn: APRS support.Guy Harris1-0/+1976