aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gprs-llc.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-8/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-7/+7
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-13From Vincent Helfre:Anders Broman1-2/+12
2008-10-07Fix for bug 2944:Jaap Keuter1-6/+6
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-09-07From Neil Piercy: Anders Broman1-1/+1
2008-08-01Fix packet-gprs-llc.c:413: warning: format '%lu' expects type 'long unsigned ...Anders Broman1-1/+1
2008-08-01From Vincent Helfre:Anders Broman1-55/+93
2008-07-28packet-gprs-llc.c:431: warning: 'ui_ti' may be used uninitialized in this fun...Anders Broman1-1/+1
2008-07-28packet-gprs-llc.c:324: warning: unused parameter 'ui_ti'Anders Broman1-1/+1
2008-07-28From Vincent Helfre :Anders Broman1-399/+354
2008-06-28Fix some warnings reported by gcc -Wshadow ...Bill Meier1-9/+9
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-161/+163
2007-10-11Implement some of the minor possible speed improvment patches.Anders Broman1-2/+2
2007-08-20From Cyrille Colin:Anders Broman1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-3/+3
2006-05-23Dissect rrlp payload.Anders Broman1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-10-12From Rene Pilz:Anders Broman1-4/+18
2005-08-28add missing value_string terminationRonnie Sahlberg1-0/+3
2005-08-08various code cleanup:Ulf Lamping1-4/+0