aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-27/+27
2009-12-04Fix for Bug 4197:Gerasimos Dimitriadis1-16/+63
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-2/+2
2009-11-16Erroneously ommitted from the patch of Bug 4219:Gerasimos Dimitriadis1-1/+1
2009-11-14From yy:Gerasimos Dimitriadis1-4/+4
2009-10-07Cleanup header fields.Jaap Keuter1-1/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-5/+5
2009-09-07From Mike Morrin:Anders Broman1-1/+1
2009-09-04From Vincent Helfre:Anders Broman1-19/+9
2009-08-25From Mike Morrin:Anders Broman1-7/+5
2009-08-20From Harald Welte :Anders Broman1-12/+89
2009-08-19From Jan Lübbe:Anders Broman1-2/+2
2009-08-13Make sure that we find the "data" dissector during handoff else we might cras...Kovarththanan Rajaratnam1-0/+1
2009-08-11Complete the fix in r29389.Jaap Keuter1-5/+4
2009-08-11Instead of calling DISSECTOR_ASSERT_NOT_REACHED, just say the subchannelGerald Combs1-2/+1
2009-08-06Fix some individual cases of 'if (unsigned) < 0'Bill Meier1-2/+2
2009-08-06Prevent possible (benign ?) array references with an array index of -1.Bill Meier1-4/+8
2009-08-06Remove inadvertantly committed comments re issue yet to be fixed ...Bill Meier1-4/+4
2009-08-06Register ett[] subtree array only once.Bill Meier1-8/+7
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter1-46/+46
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-17/+17
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...Bill Meier1-37/+37
2009-05-08Use NULL instead of repeated identical text if hf[] blurbs;Bill Meier1-6956/+6970
2009-01-28Adjust some indentationBill Meier1-2/+2
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman1-76/+76
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-11-15From Pascal Quantin:Anders Broman1-67/+798
2008-11-10From Pascal Quantin:Anders Broman1-5/+5
2008-11-07Try to pacify the buildbot.Anders Broman1-1/+1
2008-11-07From Pascal Quantin:Anders Broman1-395/+1257
2008-11-04Mark the reduced frame number field as generated.Guy Harris1-2/+5
2008-11-04From Pascal Quantin:Anders Broman1-88/+528
2008-11-03Show the "FN mod 62432" field; this is how you show a 64-bit integer.Guy Harris1-15/+11
2008-11-03From Pascal Quantin:Anders Broman1-236/+519
2008-11-01From Pascal Quantin:Anders Broman1-2/+3
2008-11-01Fix the broken build.Jaap Keuter1-1/+1
2008-11-01Add Measurement result IE dissection, fix channel list.Anders Broman1-48/+121
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-63/+63
2008-10-30Fix:Anders Broman1-1/+1
2008-10-30From Pascal Quantin:Anders Broman1-42/+1279
2008-10-28From Pascal Quantin:Anders Broman1-25/+31
2008-10-27Fixed some true_false_string definitions.Stig Bjørlykke1-12/+12
2008-10-27From Pascal Quantin:Anders Broman1-240/+956
2008-10-26Try to make the build bot hapy.Anders Broman1-1/+1
2008-10-26From Pascal Quantin:Anders Broman1-15/+1123
2008-10-22Update bssap le and BSS MAP.Anders Broman1-148/+0
2008-10-05From Pascal Quantin:Jaap Keuter1-40/+40
2008-09-05From Niel Percy:Anders Broman1-608/+562
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0