Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(34)

Issue 67125: radiotap and prism header support (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 11 months ago by Nicola Baldo
Modified:
14 years, 9 months ago
Reviewers:
Mathieu Lacage
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+530 lines, -51 lines) Patch
M examples/mixed-wireless.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M examples/simple-wifi-frame-aggregation.cc View 1 chunk +1 line, -1 line 0 comments Download
M examples/third.cc View 1 chunk +1 line, -1 line 0 comments Download
M examples/wifi-wired-bridging.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M src/common/pcap-writer.h View 3 chunks +47 lines, -0 lines 1 comment Download
M src/common/pcap-writer.cc View 5 chunks +312 lines, -0 lines 0 comments Download
M src/devices/wifi/wifi-phy.h View 2 chunks +60 lines, -18 lines 0 comments Download
M src/devices/wifi/wifi-phy.cc View 2 chunks +14 lines, -5 lines 0 comments Download
M src/devices/wifi/yans-wifi-phy.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/devices/wifi/yans-wifi-phy.cc View 4 chunks +9 lines, -7 lines 0 comments Download
M src/helper/yans-wifi-helper.h View 7 chunks +35 lines, -7 lines 0 comments Download
M src/helper/yans-wifi-helper.cc View 4 chunks +41 lines, -6 lines 0 comments Download

Messages

Total messages: 1
Mathieu Lacage
14 years, 11 months ago (2009-05-29 12:37:19 UTC) #1
http://codereview.appspot.com/67125/diff/1/7
File src/common/pcap-writer.h (right):

http://codereview.appspot.com/67125/diff/1/7#newcode26
Line 26: #include "ns3/wifi-mode.h"
oops, you should not include wifi headers from src/common because src/common is
supposed to be dependent on src/core and src/simulator only. So, either you move
the relevant wifi headers in src/common or you figure out a way to make this
code not depend on the wifi types.

A simple way to do this would be to replace the preambl argument with a bool and
the mode argument with an integer containing the data rate in mbs.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b