aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aprs.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-3/+3
2014-12-22Include <math.h> or <stdlib.h> as necessary to declare functions.Guy Harris1-0/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-3/+0
2014-12-21Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann1-1/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-5/+4
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-5/+17
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-9/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
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