aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gprs-llc.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Use value_string_ext.etxrab1-7/+11
2011-01-13Remove an unused variable.etxrab1-1/+0
2011-01-13Make it possible to dissect the part pressent in short frames.etxrab1-89/+82
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...wmeier1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-25From Mike Morrin:etxrab1-1/+1
2009-09-24Don't guard col_append_str with check_colkrj1-4/+1
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-8/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-7/+7
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-13From Vincent Helfre:etxrab1-2/+12
2008-10-07Fix for bug 2944:jake1-6/+6
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-09-07From Neil Piercy: etxrab1-1/+1
2008-08-01Fix packet-gprs-llc.c:413: warning: format '%lu' expects type 'long unsigned ...etxrab1-1/+1
2008-08-01From Vincent Helfre:etxrab1-55/+93
2008-07-28packet-gprs-llc.c:431: warning: 'ui_ti' may be used uninitialized in this fun...etxrab1-1/+1
2008-07-28packet-gprs-llc.c:324: warning: unused parameter 'ui_ti'etxrab1-1/+1
2008-07-28From Vincent Helfre :etxrab1-399/+354
2008-06-28Fix some warnings reported by gcc -Wshadow ...wmeier1-9/+9
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-161/+163
2007-10-11Implement some of the minor possible speed improvment patches.etxrab1-2/+2
2007-08-20From Cyrille Colin:etxrab1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-3/+3
2006-05-23Dissect rrlp payload.etxrab1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-10-12From Rene Pilz:etxrab1-4/+18
2005-08-28add missing value_string terminationsahlberg1-0/+3
2005-08-08various code cleanup:ulfl1-4/+0
2005-08-05From THORNTON, MATTetxrab1-119/+926
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-2/+2
2005-03-02Handle the CRC correctly:guy1-25/+66
2005-02-28Fix capitalization.guy1-1/+1
2005-02-12From Rene Pilz :etxrab1-7/+71
2004-11-18Don't create a dissector handle that we don't use.guy1-6/+0
2004-10-17From Rene Pilz: add a preference to ignore the cipher bit, in caseguy1-2/+21
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+388