aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rp.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-01From LEGO via bug 4405:stig1-0/+6
2009-09-24Don't guard col_append_str with check_colkrj1-4/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-4/+4
2009-08-06Fix some individual cases of 'if (unsigned) < 0'wmeier1-1/+1
2009-08-04Optimize empty strings to NULL pointers.jake1-12/+12
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).etxrab1-6/+6
2008-11-20From Pascal Quantin:jake1-1/+2
2008-09-25Minor proto_reg_handoff cleanupwmeier1-3/+0
2008-09-05From Niel Percy:etxrab1-56/+53
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-24From Neil Piercy:etxrab1-13/+0
2008-08-19From Neil Piercy:etxrab1-6/+3
2008-08-04From Neil Piercy:etxrab1-0/+621