aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gprs-llc.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-03More mask/field-length fixesMartin Mathieson1-1/+1
2021-02-10Make some more variables/functions static.Martin Mathieson1-1/+1
2020-08-09Fix tfs strings that have leading or trailing space characters.Martin Mathieson1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-07-31gprs-llc: Don't attempt to decode Dummy UI CommandHarald Welte1-0/+13
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-02Widen length and offset variables.Guy Harris1-9/+10
2016-03-02Handle the A bit in I frames the same way we handle it in S frames.Guy Harris1-142/+142
2016-03-02Assorted cleanups.Guy Harris1-17/+15
2016-03-02Dissect the FCS after dissecting the header.Guy Harris1-226/+220
2016-03-02Add missing break.Guy Harris1-0/+1
2016-03-02Universally use tvb_new_subset_length() rather than tvb_new_subset().Guy Harris1-3/+3
2016-03-02Rename some variables to make the relationship between lengths clearer.Guy Harris1-28/+28
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-30/+23
2014-11-03tvb_length -> tvb_reported_lengthAndersBroman1-3/+3
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-10/+17
2014-08-08Get rid of no-longer-used variable.Guy Harris1-1/+0
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-29/+33
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-46/+31
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-30Fix a few clang warningspascal1-1/+0
2011-05-18#include <stdlib.h> not req'd;Bill Meier1-527/+601
2011-05-18Add a missing creation of a subtree: Fixes Coverity 907 [UNUSED];Bill Meier1-2/+2
2011-01-13Use value_string_ext.Anders Broman1-7/+11
2011-01-13Remove an unused variable.Anders Broman1-1/+0
2011-01-13Make it possible to dissect the part pressent in short frames.Anders Broman1-89/+82
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...Bill Meier1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-25From Mike Morrin:Anders Broman1-1/+1
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1