aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_abis_oml.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-23/+23
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-4/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-31Follow-up of r44162: A-bis interface is not the same thing as A interface; up...Pascal Quantin1-66/+66
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-66/+66
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-05Prefs callback not required ....Bill Meier1-16/+6
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-2/+0
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-02-26Harald Welte <laforge@gnumonks.org>Jörg Mayer1-12/+34
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
2012-02-05From Harald Welte:Anders Broman1-0/+2375