aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
AgeCommit message (Collapse)AuthorFilesLines
2008-03-30From yin sun:Jaap Keuter1-1/+1
In packet-e212.c function dissect_e212_mcc_mnc mnc is added twice. the correction should be: mnc = 10 * mnc + mnc3; svn path=/trunk/; revision=24759
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-20Put a newline at the end of the file.Guy Harris1-1/+1
svn path=/trunk/; revision=18193
2006-01-29Actually use the valuestring...Anders Broman1-1/+1
svn path=/trunk/; revision=17122
2006-01-26Add the abillity to translate MCC.Anders Broman1-0/+361
svn path=/trunk/; revision=17105