aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_rlcmac.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-28/+28
2012-12-05From Mike Morrin:Anders Broman1-35/+26
2012-11-30From Mike Morrin:Anders Broman1-17/+15
2012-11-10Fix 'value computed is not used' errorPascal Quantin1-4/+4
2012-11-10Fix a few Clang dead assignment / increment warningsPascal Quantin1-6/+6
2012-11-06Removed double parentheses in a whileStig Bjørlykke1-1/+1
2012-10-02Fix hf_me (it is a 2 bits long field, not a boolean)Pascal Quantin1-1/+1
2012-09-29From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7615 :Pascal Quantin1-295/+328
2012-09-28Remove a duplicate hfPascal Quantin1-12/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-14From Mike Morrin:Anders Broman1-6/+6
2012-09-12Fix FBI true_false_string array and remove a useless hf variablePascal Quantin1-2/+1
2012-09-12From Mike Morrin:Anders Broman1-322/+232
2012-09-11Enhance dissection of PSI1Pascal Quantin1-30/+135
2012-09-10fix compiler errorsMartin Kaiser1-4/+1
2012-09-10From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7686 :Pascal Quantin1-3186/+705
2012-09-07From Mike Morrin:Anders Broman1-136/+273
2012-09-02Fix compile with gcc. Mostly removing unused parameters and code.Evan Huus1-10/+13
2012-09-02From Mike Morrin:Anders Broman1-123/+1664
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-1/+1
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-1040/+1040
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-3/+3
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-3/+3
2012-02-23Move 'static' qualifier before 'const' in a couple of places. I didn'tMartin Mathieson1-2/+2
2012-02-23Mark some unused parameters. Still getting other warnings...Martin Mathieson1-8/+8
2012-02-23From Lei Chen:Anders Broman1-6/+238
2012-02-05From Sylvain Munaut:Anders Broman1-42/+42
2012-01-21From Mike Morrin:Anders Broman1-70/+169
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-24/+18
2011-09-07From Lei Chen:Anders Broman1-31/+190
2011-09-01From Lei Chen:Anders Broman1-22/+655
2011-07-29From Lei Chen:Anders Broman1-4/+377
2011-07-28From Lei Chen:Anders Broman1-2/+324
2011-07-26From Lei Chen:Anders Broman1-0/+386
2011-07-22Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-39/+40
2011-07-22From Lei Chen:Anders Broman1-0/+169
2011-07-20From Lei Chen:Anders Broman1-2/+82
2011-07-11From Ludovic Haessler:Anders Broman1-3/+6
2011-07-07From Ludovic Haessler:Anders Broman1-1/+1
2011-07-06From Ludovic Haessler:Anders Broman1-1/+1
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 912 & 913.Bill Meier1-4/+4
2011-03-24Fix Checkapi errorsAnders Broman1-3/+3
2011-03-24From Vincent Helfre:Anders Broman1-890/+7123
2011-03-23From Vincent Helfre:Anders Broman1-650/+638
2011-02-28Remove unneeded #includes; Add #includes to packet-gsm_rlcmac.cBill Meier1-2/+3
2011-02-28Define global vars as static; Whitespace cleanup.Bill Meier1-472/+481
2011-02-28- RE apply checkapi patch.Anders Broman1-23/+21
2011-02-28From Vincent Helfre:Anders Broman1-19/+27
2011-02-28Fix checkapi detected errors.Anders Broman1-19/+17