aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aprs.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-44/+35
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string(). The specs sayGuy Harris1-2/+10
2014-01-14Clean up references to an address and squelch some warnings.Guy Harris1-7/+10
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-20/+20
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