Instead of converting between 802.11 frequencies and channels umpteen
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 17 Aug 2007 19:34:14 +0000 (19:34 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 17 Aug 2007 19:34:14 +0000 (19:34 +0000)
commit5ab5054466f7d37f55457d14a4fc6321c8c76cff
tree3addde2c71e52234ae9f5be95d5cd098bf6c78a6
parentc531b782b91f7090bff1265a31572287ebe034c5
Instead of converting between 802.11 frequencies and channels umpteen
different ways, add a set of common conversion routines.  Add a
"Frequency/Channel" column and fill it in where we can.  Fix RSSI column
printing in PPI.

Fix up whitespace along the way.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22538 f5534014-38df-0310-8fa8-9805f1628bb7
16 files changed:
airpcap_loader.c
airpcap_loader.h
epan/Makefile.common
epan/column-utils.c
epan/column.c
epan/column_info.h
epan/dissectors/packet-ppi.c
epan/dissectors/packet-prism.c
epan/dissectors/packet-radiotap.c
epan/dissectors/packet-wlancap.c
epan/frequency-utils.c [new file with mode: 0644]
epan/frequency-utils.h [new file with mode: 0644]
epan/libwireshark.def
gtk/airpcap_dlg.c
gtk/airpcap_gui_utils.c
gtk/main.c