aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_bssmap_le.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.etxrab1-30/+137
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-08(Trivial): remove an incorrect _U_ in a few cases.wmeier1-7/+7
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-6/+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-2/+2
2009-08-06Fix some individual cases of 'if (unsigned) < 0'wmeier1-1/+1
2009-08-04Optimize empty strings to NULL pointers.jake1-26/+26
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-17/+17
2009-01-28Minor changes mostly related to proto_register & proto_reg_handoff;wmeier1-316/+315
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).etxrab1-10/+10
2008-12-17Add $Id$wmeier1-0/+2
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-11-25One more fix for bug 3081.stig1-1/+1
2008-11-25From Pascal Quantin:stig1-4/+4
2008-11-24fix array overindexingrbalint1-1/+1
2008-11-23Remove unused hf vars.etxrab1-5/+0
2008-11-23Move some of the BSSMAP LE stuff to packet-gsm_bssmap_le.cetxrab1-58/+496
2008-11-20From Johnny Mitrevski:etxrab1-0/+678