aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-16From Vincent Helfre:Anders Broman1-73/+258
2010-11-29From Vincent Helfre:Anders Broman1-175/+425
2010-11-28From Alex Badea:Anders Broman1-2/+2
2010-11-09Add a value_string_ext.Anders Broman1-1/+3
2010-11-09Use value_string_ext for gsm_a_rr_rxlev_vals.Anders Broman1-4/+5
2010-10-22From Vincent Helfre:Anders Broman1-27/+232
2010-10-20From Vincent Helfre:Anders Broman1-59/+94
2010-09-27From Vincent Helfre:Anders Broman1-80/+58
2010-09-27Initialize subtree.Anders Broman1-1/+1
2010-09-27From Vincent Helfre:Anders Broman1-2/+931
2010-09-14From Vincent Helfre:Anders Broman1-2/+2
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...Bill Meier1-2/+2
2010-06-24from Sylvain Munaut:Anders Broman1-1/+1
2010-06-21Add an if-test to fix a fuzz-test crash;Bill Meier1-1/+4
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-46/+46
2010-04-29From Mike Morrin:Anders Broman1-67/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-30Temporary (?) fix for bug 4623.Gerald Combs1-2/+2
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