aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gprs-llc.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-05From THORNTON, MATTAnders Broman1-119/+926
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2
2005-03-02Handle the CRC correctly:Guy Harris1-25/+66
2005-02-28Fix capitalization.Guy Harris1-1/+1
2005-02-12From Rene Pilz :Anders Broman1-7/+71
2004-11-18Don't create a dissector handle that we don't use.Guy Harris1-6/+0
2004-10-17From Rene Pilz: add a preference to ignore the cipher bit, in caseGuy Harris1-2/+21
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+388