aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-27From Vincent Helfre:etxrab1-2/+931
2010-09-14From Vincent Helfre:etxrab1-2/+2
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...wmeier1-2/+2
2010-06-24from Sylvain Munaut:etxrab1-1/+1
2010-06-21Add an if-test to fix a fuzz-test crash;wmeier1-1/+4
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-46/+46
2010-04-29From Mike Morrin:etxrab1-67/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-30Temporary (?) fix for bug 4623.gerald1-2/+2
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-27/+27
2009-12-04Fix for Bug 4197:dimeg1-16/+63
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-2/+2
2009-11-16Erroneously ommitted from the patch of Bug 4219:dimeg1-1/+1
2009-11-14From yy:dimeg1-4/+4
2009-10-07Cleanup header fields.jake1-1/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-5/+5
2009-09-07From Mike Morrin:etxrab1-1/+1
2009-09-04From Vincent Helfre:etxrab1-19/+9
2009-08-25From Mike Morrin:etxrab1-7/+5
2009-08-20From Harald Welte :etxrab1-12/+89
2009-08-19From Jan Lübbe:etxrab1-2/+2
2009-08-13Make sure that we find the "data" dissector during handoff else we might cras...krj1-0/+1
2009-08-11Complete the fix in r29389.jake1-5/+4
2009-08-11Instead of calling DISSECTOR_ASSERT_NOT_REACHED, just say the subchannelgerald1-2/+1
2009-08-06Fix some individual cases of 'if (unsigned) < 0'wmeier1-2/+2
2009-08-06Prevent possible (benign ?) array references with an array index of -1.wmeier1-4/+8
2009-08-06Remove inadvertantly committed comments re issue yet to be fixed ...wmeier1-4/+4
2009-08-06Register ett[] subtree array only once.wmeier1-8/+7
2009-08-04Optimize empty strings to NULL pointers.jake1-46/+46
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-17/+17
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...wmeier1-37/+37
2009-05-08Use NULL instead of repeated identical text if hf[] blurbs;wmeier1-6956/+6970
2009-01-28Adjust some indentationwmeier1-2/+2
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).etxrab1-76/+76
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-3/+3
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-11-15From Pascal Quantin:etxrab1-67/+798
2008-11-10From Pascal Quantin:etxrab1-5/+5
2008-11-07Try to pacify the buildbot.etxrab1-1/+1
2008-11-07From Pascal Quantin:etxrab1-395/+1257
2008-11-04Mark the reduced frame number field as generated.guy1-2/+5
2008-11-04From Pascal Quantin:etxrab1-88/+528
2008-11-03Show the "FN mod 62432" field; this is how you show a 64-bit integer.guy1-15/+11
2008-11-03From Pascal Quantin:etxrab1-236/+519
2008-11-01From Pascal Quantin:etxrab1-2/+3
2008-11-01Fix the broken build.jake1-1/+1
2008-11-01Add Measurement result IE dissection, fix channel list.etxrab1-48/+121
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-63/+63
2008-10-30Fix:etxrab1-1/+1
2008-10-30From Pascal Quantin:etxrab1-42/+1279