equal
deleted
inserted
replaced
23 #include "ns3/trailer.h" |
23 #include "ns3/trailer.h" |
24 #include <stdint.h> |
24 #include <stdint.h> |
25 |
25 |
26 namespace ns3 { |
26 namespace ns3 { |
27 |
27 |
|
28 |
|
29 |
28 /** |
30 /** |
29 * The length in octects of the IEEE 802.11 MAC FCS field |
31 * The length in octects of the IEEE 802.11 MAC FCS field |
30 */ |
32 */ |
31 static const uint16_t WIFI_MAC_FCS_LENGTH = 4; |
33 static const uint16_t WIFI_MAC_FCS_LENGTH = 4; |
32 |
34 |
|
35 /** |
|
36 * \ingroup wifi |
|
37 * |
|
38 * Implements the IEEE 802.11 MAC trailer |
|
39 */ |
33 class WifiMacTrailer : public Trailer |
40 class WifiMacTrailer : public Trailer |
34 { |
41 { |
35 public: |
42 public: |
36 WifiMacTrailer (); |
43 WifiMacTrailer (); |
37 ~WifiMacTrailer (); |
44 ~WifiMacTrailer (); |