author | mickeyl <mickeyl> | 2003-04-05 23:07:43 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-04-05 23:07:43 (UTC) |
commit | 6a949f685bd3fb50f810ad603eaafdb57720077c (patch) (unidiff) | |
tree | 12f1945f8eda7c58c355e25a2b267011ecde19da | |
parent | 30e5401a945ebdfd92eedb9f3def9a6acd0fc6ca (diff) | |
download | opie-6a949f685bd3fb50f810ad603eaafdb57720077c.zip opie-6a949f685bd3fb50f810ad603eaafdb57720077c.tar.gz opie-6a949f685bd3fb50f810ad603eaafdb57720077c.tar.bz2 |
improve output of OPacket::dump()
-rw-r--r-- | libopie2/opienet/opcap.cpp | 42 | ||||
-rw-r--r-- | libopie2/opienet/opcap.h | 2 |
2 files changed, 35 insertions, 9 deletions
diff --git a/libopie2/opienet/opcap.cpp b/libopie2/opienet/opcap.cpp index 913d42e..6ddd457 100644 --- a/libopie2/opienet/opcap.cpp +++ b/libopie2/opienet/opcap.cpp | |||
@@ -1,293 +1,319 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of the Opie Project | 2 | This file is part of the Opie Project |
3 | Copyright (C) 2003 by the Wellenreiter team: | 3 | Copyright (C) 2003 by the Wellenreiter team: |
4 | Martin J. Muench <mjm@remote-exploit.org> | 4 | Martin J. Muench <mjm@remote-exploit.org> |
5 | Max Moser <mmo@remote-exploit.org | 5 | Max Moser <mmo@remote-exploit.org |
6 | Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de> | 6 | Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de> |
7 | =. | 7 | =. |
8 | .=l. | 8 | .=l. |
9 | .>+-= | 9 | .>+-= |
10 | _;:, .> :=|. This program is free software; you can | 10 | _;:, .> :=|. This program is free software; you can |
11 | .> <`_, > . <= redistribute it and/or modify it under | 11 | .> <`_, > . <= redistribute it and/or modify it under |
12 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public | 12 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public |
13 | .="- .-=="i, .._ License as published by the Free Software | 13 | .="- .-=="i, .._ License as published by the Free Software |
14 | - . .-<_> .<> Foundation; either version 2 of the License, | 14 | - . .-<_> .<> Foundation; either version 2 of the License, |
15 | ._= =} : or (at your option) any later version. | 15 | ._= =} : or (at your option) any later version. |
16 | .%`+i> _;_. | 16 | .%`+i> _;_. |
17 | .i_,=:_. -<s. This program is distributed in the hope that | 17 | .i_,=:_. -<s. This program is distributed in the hope that |
18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | 18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
19 | : .. .:, . . . without even the implied warranty of | 19 | : .. .:, . . . without even the implied warranty of |
20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | 21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU |
22 | ..}^=.= = ; Library General Public License for more | 22 | ..}^=.= = ; Library General Public License for more |
23 | ++= -. .` .: details. | 23 | ++= -. .` .: details. |
24 | : = ...= . :.=- | 24 | : = ...= . :.=- |
25 | -. .:....=;==+<; You should have received a copy of the GNU | 25 | -. .:....=;==+<; You should have received a copy of the GNU |
26 | -_. . . )=. = Library General Public License along with | 26 | -_. . . )=. = Library General Public License along with |
27 | -- :-=` this library; see the file COPYING.LIB. | 27 | -- :-=` this library; see the file COPYING.LIB. |
28 | If not, write to the Free Software Foundation, | 28 | If not, write to the Free Software Foundation, |
29 | Inc., 59 Temple Place - Suite 330, | 29 | Inc., 59 Temple Place - Suite 330, |
30 | Boston, MA 02111-1307, USA. | 30 | Boston, MA 02111-1307, USA. |
31 | 31 | ||
32 | */ | 32 | */ |
33 | 33 | ||
34 | /* OPIE */ | 34 | /* OPIE */ |
35 | 35 | ||
36 | #include <opie2/opcap.h> | 36 | #include <opie2/opcap.h> |
37 | 37 | ||
38 | /* QT */ | 38 | /* QT */ |
39 | 39 | ||
40 | #include <qapplication.h> // don't use oapplication here (will decrease reusability in other projects) | 40 | #include <qapplication.h> // don't use oapplication here (will decrease reusability in other projects) |
41 | #include <qsocketnotifier.h> | 41 | #include <qsocketnotifier.h> |
42 | 42 | ||
43 | /*====================================================================================== | 43 | /*====================================================================================== |
44 | * OPacket | 44 | * OPacket |
45 | *======================================================================================*/ | 45 | *======================================================================================*/ |
46 | 46 | ||
47 | OPacket::OPacket( packetheaderstruct header, const unsigned char* data, QObject* parent ) | 47 | OPacket::OPacket( packetheaderstruct header, const unsigned char* data, QObject* parent ) |
48 | :QObject( parent, "Generic" ), _hdr( header ), _data( data ) | 48 | :QObject( parent, "Generic" ), _hdr( header ), _data( data ) |
49 | { | 49 | { |
50 | qDebug( "OPacket::OPacket(): (Len %d, CapLen %d)" /*, ctime((const time_t*) header.ts.tv_sec)*/, header.len, header.caplen ); | 50 | qDebug( "OPacket::OPacket(): (Len %d, CapLen %d)" /*, ctime((const time_t*) header.ts.tv_sec)*/, header.len, header.caplen ); |
51 | 51 | ||
52 | _end = (unsigned char*) data + header.len; | 52 | _end = (unsigned char*) data + header.len; |
53 | qDebug( "OPacket::data @ %0x, end @ %0x", data, _end ); | 53 | qDebug( "OPacket::data @ %0x, end @ %0x", data, _end ); |
54 | 54 | ||
55 | if ( packetCapturer()->dataLink() == DLT_EN10MB ) | 55 | if ( packetCapturer()->dataLink() == DLT_EN10MB ) |
56 | { | 56 | { |
57 | qDebug( "OPacket::OPacket(): Received Packet. Datalink = ETHERNET" ); | 57 | qDebug( "OPacket::OPacket(): Received Packet. Datalink = ETHERNET" ); |
58 | new OEthernetPacket( _end, (const struct ether_header*) data, this ); | 58 | new OEthernetPacket( _end, (const struct ether_header*) data, this ); |
59 | } | 59 | } |
60 | else | 60 | else |
61 | { | 61 | { |
62 | qDebug( "OPacket::OPacket(): Received Packet. Datalink = IEEE802.11" ); | 62 | qDebug( "OPacket::OPacket(): Received Packet. Datalink = IEEE802.11" ); |
63 | new OWaveLanPacket( _end, (const struct ieee_802_11_header*) data, this ); | 63 | new OWaveLanPacket( _end, (const struct ieee_802_11_header*) data, this ); |
64 | } | 64 | } |
65 | } | 65 | } |
66 | 66 | ||
67 | 67 | ||
68 | OPacket::~OPacket() | 68 | OPacket::~OPacket() |
69 | { | 69 | { |
70 | } | 70 | } |
71 | 71 | ||
72 | 72 | ||
73 | OPacketCapturer* OPacket::packetCapturer() const | 73 | OPacketCapturer* OPacket::packetCapturer() const |
74 | { | 74 | { |
75 | return parent()->inherits( "OPacketCapturer" ) ? static_cast<OPacketCapturer*>( parent() ) : 0; | 75 | return parent()->inherits( "OPacketCapturer" ) ? static_cast<OPacketCapturer*>( parent() ) : 0; |
76 | } | 76 | } |
77 | 77 | ||
78 | 78 | ||
79 | timevalstruct OPacket::timeval() const | 79 | timevalstruct OPacket::timeval() const |
80 | { | 80 | { |
81 | return _hdr.ts; | 81 | return _hdr.ts; |
82 | } | 82 | } |
83 | 83 | ||
84 | 84 | ||
85 | int OPacket::caplen() const | 85 | int OPacket::caplen() const |
86 | { | 86 | { |
87 | return _hdr.caplen; | 87 | return _hdr.caplen; |
88 | } | 88 | } |
89 | 89 | ||
90 | 90 | ||
91 | void OPacket::dump() const | 91 | QString OPacket::dump( int bpl ) const |
92 | { | 92 | { |
93 | printf( "OPacket::dump()\n" ); | 93 | static int index = 0; |
94 | printf( "----------------\n" ); | 94 | index++; |
95 | int len = _hdr.caplen; | ||
96 | QString str; | ||
97 | str.sprintf( "\n<----- Packet #%04d Len = 0x%X (%d) ----->\n\n", index, len, len ); | ||
98 | str.append( "0000: " ); | ||
99 | QString tmp; | ||
100 | QString bytes; | ||
101 | QString chars; | ||
102 | |||
103 | for ( int i = 0; i < len; ++i ) | ||
104 | { | ||
105 | tmp.sprintf( "%02X ", _data[i] ); bytes.append( tmp ); | ||
106 | if ( (_data[i] > 31) && (_data[i]<128) ) chars.append( _data[i] ); | ||
107 | else chars.append( '.' ); | ||
108 | |||
109 | if ( !((i+1) % bpl) ) | ||
110 | { | ||
111 | str.append( bytes ); | ||
112 | str.append( ' ' ); | ||
113 | str.append( chars ); | ||
114 | str.append( '\n' ); | ||
115 | tmp.sprintf( "%04X: ", i+1 ); str.append( tmp ); | ||
116 | bytes = ""; | ||
117 | chars = ""; | ||
118 | } | ||
95 | 119 | ||
96 | for ( int i = 0; i < _hdr.caplen; ++i ) | 120 | } |
121 | if ( (len % bpl) ) | ||
97 | { | 122 | { |
98 | printf( "%02x ", _data[i] ); | 123 | str.append( bytes.leftJustify( 1 + 3*bpl ) ); |
99 | if ( !((i+1) % 32) ) printf( "\n" ); | 124 | str.append( chars ); |
100 | } | 125 | } |
101 | printf( "\n\n" ); | 126 | str.append( '\n' ); |
127 | return str; | ||
102 | } | 128 | } |
103 | 129 | ||
104 | 130 | ||
105 | 131 | ||
106 | int OPacket::len() const | 132 | int OPacket::len() const |
107 | { | 133 | { |
108 | return _hdr.len; | 134 | return _hdr.len; |
109 | } | 135 | } |
110 | 136 | ||
111 | /*====================================================================================== | 137 | /*====================================================================================== |
112 | * OEthernetPacket | 138 | * OEthernetPacket |
113 | *======================================================================================*/ | 139 | *======================================================================================*/ |
114 | 140 | ||
115 | OEthernetPacket::OEthernetPacket( const unsigned char* end, const struct ether_header* data, QObject* parent ) | 141 | OEthernetPacket::OEthernetPacket( const unsigned char* end, const struct ether_header* data, QObject* parent ) |
116 | :QObject( parent, "Ethernet" ), _ether( data ) | 142 | :QObject( parent, "Ethernet" ), _ether( data ) |
117 | 143 | ||
118 | { | 144 | { |
119 | 145 | ||
120 | qDebug( "Source = %s", (const char*) sourceAddress().toString() ); | 146 | qDebug( "Source = %s", (const char*) sourceAddress().toString() ); |
121 | qDebug( "Destination = %s", (const char*) destinationAddress().toString() ); | 147 | qDebug( "Destination = %s", (const char*) destinationAddress().toString() ); |
122 | 148 | ||
123 | if ( sourceAddress() == OMacAddress::broadcast ) | 149 | if ( sourceAddress() == OMacAddress::broadcast ) |
124 | qDebug( "Source is broadcast address" ); | 150 | qDebug( "Source is broadcast address" ); |
125 | if ( destinationAddress() == OMacAddress::broadcast ) | 151 | if ( destinationAddress() == OMacAddress::broadcast ) |
126 | qDebug( "Destination is broadcast address" ); | 152 | qDebug( "Destination is broadcast address" ); |
127 | 153 | ||
128 | switch ( type() ) | 154 | switch ( type() ) |
129 | { | 155 | { |
130 | case ETHERTYPE_IP: new OIPPacket( end, (const struct iphdr*) (data+1), this ); break; | 156 | case ETHERTYPE_IP: new OIPPacket( end, (const struct iphdr*) (data+1), this ); break; |
131 | case ETHERTYPE_ARP: { qDebug( "OPacket::OPacket(): Received Ethernet Packet : Type = ARP" ); break; } | 157 | case ETHERTYPE_ARP: { qDebug( "OPacket::OPacket(): Received Ethernet Packet : Type = ARP" ); break; } |
132 | case ETHERTYPE_REVARP: { qDebug( "OPacket::OPacket(): Received Ethernet Packet : Type = RARP" ); break; } | 158 | case ETHERTYPE_REVARP: { qDebug( "OPacket::OPacket(): Received Ethernet Packet : Type = RARP" ); break; } |
133 | default: qDebug( "OPacket::OPacket(): Received Ethernet Packet : Type = UNKNOWN" ); | 159 | default: qDebug( "OPacket::OPacket(): Received Ethernet Packet : Type = UNKNOWN" ); |
134 | } | 160 | } |
135 | 161 | ||
136 | } | 162 | } |
137 | 163 | ||
138 | 164 | ||
139 | OEthernetPacket::~OEthernetPacket() | 165 | OEthernetPacket::~OEthernetPacket() |
140 | { | 166 | { |
141 | } | 167 | } |
142 | 168 | ||
143 | 169 | ||
144 | OMacAddress OEthernetPacket::sourceAddress() const | 170 | OMacAddress OEthernetPacket::sourceAddress() const |
145 | { | 171 | { |
146 | return OMacAddress( _ether->ether_shost ); | 172 | return OMacAddress( _ether->ether_shost ); |
147 | } | 173 | } |
148 | 174 | ||
149 | 175 | ||
150 | OMacAddress OEthernetPacket::destinationAddress() const | 176 | OMacAddress OEthernetPacket::destinationAddress() const |
151 | { | 177 | { |
152 | return OMacAddress( _ether->ether_dhost ); | 178 | return OMacAddress( _ether->ether_dhost ); |
153 | } | 179 | } |
154 | 180 | ||
155 | int OEthernetPacket::type() const | 181 | int OEthernetPacket::type() const |
156 | { | 182 | { |
157 | return ntohs( _ether->ether_type ); | 183 | return ntohs( _ether->ether_type ); |
158 | } | 184 | } |
159 | 185 | ||
160 | 186 | ||
161 | /*====================================================================================== | 187 | /*====================================================================================== |
162 | * OIPPacket | 188 | * OIPPacket |
163 | *======================================================================================*/ | 189 | *======================================================================================*/ |
164 | 190 | ||
165 | 191 | ||
166 | OIPPacket::OIPPacket( const unsigned char* end, const struct iphdr* data, QObject* parent ) | 192 | OIPPacket::OIPPacket( const unsigned char* end, const struct iphdr* data, QObject* parent ) |
167 | :QObject( parent, "IP" ), _iphdr( data ) | 193 | :QObject( parent, "IP" ), _iphdr( data ) |
168 | 194 | ||
169 | { | 195 | { |
170 | qDebug( "OIPPacket::OIPPacket(): decoding IP header..." ); | 196 | qDebug( "OIPPacket::OIPPacket(): decoding IP header..." ); |
171 | 197 | ||
172 | //qDebug( "FromAddress: %s", (const char*) inet_ntoa( *src ) ); | 198 | //qDebug( "FromAddress: %s", (const char*) inet_ntoa( *src ) ); |
173 | //qDebug( " ToAddress: %s", (const char*) inet_ntoa( *dst ) ); | 199 | //qDebug( " ToAddress: %s", (const char*) inet_ntoa( *dst ) ); |
174 | 200 | ||
175 | qDebug( "FromAddress: %s", (const char*) fromIPAddress().toString() ); | 201 | qDebug( "FromAddress: %s", (const char*) fromIPAddress().toString() ); |
176 | qDebug( " toAddress: %s", (const char*) toIPAddress().toString() ); | 202 | qDebug( " toAddress: %s", (const char*) toIPAddress().toString() ); |
177 | 203 | ||
178 | switch ( protocol() ) | 204 | switch ( protocol() ) |
179 | { | 205 | { |
180 | case IPPROTO_UDP: new OUDPPacket( end, (const struct udphdr*) (data+1), this ); break; | 206 | case IPPROTO_UDP: new OUDPPacket( end, (const struct udphdr*) (data+1), this ); break; |
181 | case IPPROTO_TCP: new OTCPPacket( end, (const struct tcphdr*) (data+1), this ); break; | 207 | case IPPROTO_TCP: new OTCPPacket( end, (const struct tcphdr*) (data+1), this ); break; |
182 | default: qDebug( "OIPPacket::OIPPacket(): unknown IP protocol type = %d", protocol() ); | 208 | default: qDebug( "OIPPacket::OIPPacket(): unknown IP protocol type = %d", protocol() ); |
183 | } | 209 | } |
184 | 210 | ||
185 | } | 211 | } |
186 | 212 | ||
187 | OIPPacket::~OIPPacket() | 213 | OIPPacket::~OIPPacket() |
188 | { | 214 | { |
189 | } | 215 | } |
190 | 216 | ||
191 | 217 | ||
192 | QHostAddress OIPPacket::fromIPAddress() const | 218 | QHostAddress OIPPacket::fromIPAddress() const |
193 | { | 219 | { |
194 | return EXTRACT_32BITS( &_iphdr->saddr ); | 220 | return EXTRACT_32BITS( &_iphdr->saddr ); |
195 | } | 221 | } |
196 | 222 | ||
197 | 223 | ||
198 | QHostAddress OIPPacket::toIPAddress() const | 224 | QHostAddress OIPPacket::toIPAddress() const |
199 | { | 225 | { |
200 | return EXTRACT_32BITS( &_iphdr->saddr ); | 226 | return EXTRACT_32BITS( &_iphdr->saddr ); |
201 | } | 227 | } |
202 | 228 | ||
203 | 229 | ||
204 | int OIPPacket::tos() const | 230 | int OIPPacket::tos() const |
205 | { | 231 | { |
206 | return _iphdr->tos; | 232 | return _iphdr->tos; |
207 | } | 233 | } |
208 | 234 | ||
209 | 235 | ||
210 | int OIPPacket::len() const | 236 | int OIPPacket::len() const |
211 | { | 237 | { |
212 | return EXTRACT_16BITS( &_iphdr->tot_len ); | 238 | return EXTRACT_16BITS( &_iphdr->tot_len ); |
213 | } | 239 | } |
214 | 240 | ||
215 | 241 | ||
216 | int OIPPacket::id() const | 242 | int OIPPacket::id() const |
217 | { | 243 | { |
218 | return EXTRACT_16BITS( &_iphdr->id ); | 244 | return EXTRACT_16BITS( &_iphdr->id ); |
219 | } | 245 | } |
220 | 246 | ||
221 | 247 | ||
222 | int OIPPacket::offset() const | 248 | int OIPPacket::offset() const |
223 | { | 249 | { |
224 | return EXTRACT_16BITS( &_iphdr->frag_off ); | 250 | return EXTRACT_16BITS( &_iphdr->frag_off ); |
225 | } | 251 | } |
226 | 252 | ||
227 | 253 | ||
228 | int OIPPacket::ttl() const | 254 | int OIPPacket::ttl() const |
229 | { | 255 | { |
230 | return _iphdr->ttl; | 256 | return _iphdr->ttl; |
231 | } | 257 | } |
232 | 258 | ||
233 | 259 | ||
234 | int OIPPacket::protocol() const | 260 | int OIPPacket::protocol() const |
235 | { | 261 | { |
236 | return _iphdr->protocol; | 262 | return _iphdr->protocol; |
237 | } | 263 | } |
238 | 264 | ||
239 | 265 | ||
240 | int OIPPacket::checksum() const | 266 | int OIPPacket::checksum() const |
241 | { | 267 | { |
242 | return EXTRACT_16BITS( &_iphdr->check ); | 268 | return EXTRACT_16BITS( &_iphdr->check ); |
243 | } | 269 | } |
244 | 270 | ||
245 | /*====================================================================================== | 271 | /*====================================================================================== |
246 | * OUDPPacket | 272 | * OUDPPacket |
247 | *======================================================================================*/ | 273 | *======================================================================================*/ |
248 | 274 | ||
249 | 275 | ||
250 | OUDPPacket::OUDPPacket( const unsigned char* end, const struct udphdr* data, QObject* parent ) | 276 | OUDPPacket::OUDPPacket( const unsigned char* end, const struct udphdr* data, QObject* parent ) |
251 | :QObject( parent, "UDP" ), _udphdr( data ) | 277 | :QObject( parent, "UDP" ), _udphdr( data ) |
252 | 278 | ||
253 | { | 279 | { |
254 | qDebug( "OUDPPacket::OUDPPacket(): decoding UDP header..." ); | 280 | qDebug( "OUDPPacket::OUDPPacket(): decoding UDP header..." ); |
255 | } | 281 | } |
256 | 282 | ||
257 | OUDPPacket::~OUDPPacket() | 283 | OUDPPacket::~OUDPPacket() |
258 | { | 284 | { |
259 | } | 285 | } |
260 | 286 | ||
261 | 287 | ||
262 | /*====================================================================================== | 288 | /*====================================================================================== |
263 | * OTCPPacket | 289 | * OTCPPacket |
264 | *======================================================================================*/ | 290 | *======================================================================================*/ |
265 | 291 | ||
266 | 292 | ||
267 | OTCPPacket::OTCPPacket( const unsigned char* end, const struct tcphdr* data, QObject* parent ) | 293 | OTCPPacket::OTCPPacket( const unsigned char* end, const struct tcphdr* data, QObject* parent ) |
268 | :QObject( parent, "TCP" ), _tcphdr( data ) | 294 | :QObject( parent, "TCP" ), _tcphdr( data ) |
269 | 295 | ||
270 | { | 296 | { |
271 | qDebug( "OTCPPacket::OTCPPacket(): decoding TCP header..." ); | 297 | qDebug( "OTCPPacket::OTCPPacket(): decoding TCP header..." ); |
272 | } | 298 | } |
273 | 299 | ||
274 | OTCPPacket::~OTCPPacket() | 300 | OTCPPacket::~OTCPPacket() |
275 | { | 301 | { |
276 | } | 302 | } |
277 | 303 | ||
278 | 304 | ||
279 | /*====================================================================================== | 305 | /*====================================================================================== |
280 | * OWaveLanPacket | 306 | * OWaveLanPacket |
281 | *======================================================================================*/ | 307 | *======================================================================================*/ |
282 | 308 | ||
283 | 309 | ||
284 | OWaveLanPacket::OWaveLanPacket( const unsigned char* end, const struct ieee_802_11_header* data, QObject* parent ) | 310 | OWaveLanPacket::OWaveLanPacket( const unsigned char* end, const struct ieee_802_11_header* data, QObject* parent ) |
285 | :QObject( parent, "802.11" ), _wlanhdr( data ) | 311 | :QObject( parent, "802.11" ), _wlanhdr( data ) |
286 | 312 | ||
287 | { | 313 | { |
288 | qDebug( "OWaveLanPacket::OWaveLanPacket(): decoding IEEE 802.11 header..." ); | 314 | qDebug( "OWaveLanPacket::OWaveLanPacket(): decoding IEEE 802.11 header..." ); |
289 | qDebug( "type: %0X", type() ); | 315 | qDebug( "type: %0X", type() ); |
290 | qDebug( "subType: %0X", subType() ); | 316 | qDebug( "subType: %0X", subType() ); |
291 | qDebug( "duration: %d", duration() ); | 317 | qDebug( "duration: %d", duration() ); |
292 | qDebug( "powermanagement: %d", usesPowerManagement() ); | 318 | qDebug( "powermanagement: %d", usesPowerManagement() ); |
293 | qDebug( "wep: %d", usesWep() ); | 319 | qDebug( "wep: %d", usesWep() ); |
diff --git a/libopie2/opienet/opcap.h b/libopie2/opienet/opcap.h index 0b06572..04d22ff 100644 --- a/libopie2/opienet/opcap.h +++ b/libopie2/opienet/opcap.h | |||
@@ -1,275 +1,275 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of the Opie Project | 2 | This file is part of the Opie Project |
3 | Copyright (C) 2003 by the Wellenreiter team: | 3 | Copyright (C) 2003 by the Wellenreiter team: |
4 | Martin J. Muench <mjm@remote-exploit.org> | 4 | Martin J. Muench <mjm@remote-exploit.org> |
5 | Max Moser <mmo@remote-exploit.org | 5 | Max Moser <mmo@remote-exploit.org |
6 | Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de> | 6 | Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de> |
7 | =. | 7 | =. |
8 | .=l. | 8 | .=l. |
9 | .>+-= | 9 | .>+-= |
10 | _;:, .> :=|. This program is free software; you can | 10 | _;:, .> :=|. This program is free software; you can |
11 | .> <`_, > . <= redistribute it and/or modify it under | 11 | .> <`_, > . <= redistribute it and/or modify it under |
12 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public | 12 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public |
13 | .="- .-=="i, .._ License as published by the Free Software | 13 | .="- .-=="i, .._ License as published by the Free Software |
14 | - . .-<_> .<> Foundation; either version 2 of the License, | 14 | - . .-<_> .<> Foundation; either version 2 of the License, |
15 | ._= =} : or (at your option) any later version. | 15 | ._= =} : or (at your option) any later version. |
16 | .%`+i> _;_. | 16 | .%`+i> _;_. |
17 | .i_,=:_. -<s. This program is distributed in the hope that | 17 | .i_,=:_. -<s. This program is distributed in the hope that |
18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | 18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
19 | : .. .:, . . . without even the implied warranty of | 19 | : .. .:, . . . without even the implied warranty of |
20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | 21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU |
22 | ..}^=.= = ; Library General Public License for more | 22 | ..}^=.= = ; Library General Public License for more |
23 | ++= -. .` .: details. | 23 | ++= -. .` .: details. |
24 | : = ...= . :.=- | 24 | : = ...= . :.=- |
25 | -. .:....=;==+<; You should have received a copy of the GNU | 25 | -. .:....=;==+<; You should have received a copy of the GNU |
26 | -_. . . )=. = Library General Public License along with | 26 | -_. . . )=. = Library General Public License along with |
27 | -- :-=` this library; see the file COPYING.LIB. | 27 | -- :-=` this library; see the file COPYING.LIB. |
28 | If not, write to the Free Software Foundation, | 28 | If not, write to the Free Software Foundation, |
29 | Inc., 59 Temple Place - Suite 330, | 29 | Inc., 59 Temple Place - Suite 330, |
30 | Boston, MA 02111-1307, USA. | 30 | Boston, MA 02111-1307, USA. |
31 | 31 | ||
32 | */ | 32 | */ |
33 | 33 | ||
34 | #ifndef OPCAP_H | 34 | #ifndef OPCAP_H |
35 | #define OPCAP_H | 35 | #define OPCAP_H |
36 | 36 | ||
37 | /* LINUX */ | 37 | /* LINUX */ |
38 | extern "C" // work around a bpf/pcap conflict in recent headers | 38 | extern "C" // work around a bpf/pcap conflict in recent headers |
39 | { | 39 | { |
40 | #include <pcap.h> | 40 | #include <pcap.h> |
41 | } | 41 | } |
42 | #include <netinet/ether.h> | 42 | #include <netinet/ether.h> |
43 | #include <netinet/ip.h> | 43 | #include <netinet/ip.h> |
44 | #include <netinet/udp.h> | 44 | #include <netinet/udp.h> |
45 | #include <netinet/tcp.h> | 45 | #include <netinet/tcp.h> |
46 | #include <time.h> | 46 | #include <time.h> |
47 | 47 | ||
48 | /* QT */ | 48 | /* QT */ |
49 | #include <qhostaddress.h> | 49 | #include <qhostaddress.h> |
50 | #include <qobject.h> | 50 | #include <qobject.h> |
51 | #include <qstring.h> | 51 | #include <qstring.h> |
52 | 52 | ||
53 | /* OPIE */ | 53 | /* OPIE */ |
54 | #include <opie2/onetutils.h> | 54 | #include <opie2/onetutils.h> |
55 | #include "802_11_user.h" | 55 | #include "802_11_user.h" |
56 | 56 | ||
57 | /* TYPEDEFS */ | 57 | /* TYPEDEFS */ |
58 | typedef struct timeval timevalstruct; | 58 | typedef struct timeval timevalstruct; |
59 | typedef struct pcap_pkthdr packetheaderstruct; | 59 | typedef struct pcap_pkthdr packetheaderstruct; |
60 | 60 | ||
61 | /* FORWARDS */ | 61 | /* FORWARDS */ |
62 | class OPacketCapturer; | 62 | class OPacketCapturer; |
63 | class QSocketNotifier; | 63 | class QSocketNotifier; |
64 | 64 | ||
65 | /*====================================================================================== | 65 | /*====================================================================================== |
66 | * OPacket - A frame on the wire | 66 | * OPacket - A frame on the wire |
67 | *======================================================================================*/ | 67 | *======================================================================================*/ |
68 | 68 | ||
69 | class OPacket : public QObject | 69 | class OPacket : public QObject |
70 | { | 70 | { |
71 | Q_OBJECT | 71 | Q_OBJECT |
72 | 72 | ||
73 | public: | 73 | public: |
74 | OPacket( packetheaderstruct, const unsigned char*, QObject* parent ); | 74 | OPacket( packetheaderstruct, const unsigned char*, QObject* parent ); |
75 | virtual ~OPacket(); | 75 | virtual ~OPacket(); |
76 | 76 | ||
77 | timevalstruct timeval() const; | 77 | timevalstruct timeval() const; |
78 | 78 | ||
79 | OPacketCapturer* packetCapturer() const; | 79 | OPacketCapturer* packetCapturer() const; |
80 | 80 | ||
81 | int caplen() const; | 81 | int caplen() const; |
82 | int len() const; | 82 | int len() const; |
83 | void dump() const; | 83 | QString dump( int = 32 ) const; |
84 | 84 | ||
85 | private: | 85 | private: |
86 | const packetheaderstruct _hdr; // pcap packet header | 86 | const packetheaderstruct _hdr; // pcap packet header |
87 | const unsigned char* _data; // pcap packet data | 87 | const unsigned char* _data; // pcap packet data |
88 | const unsigned char* _end; // end of pcap packet data | 88 | const unsigned char* _end; // end of pcap packet data |
89 | }; | 89 | }; |
90 | 90 | ||
91 | /*====================================================================================== | 91 | /*====================================================================================== |
92 | * OEthernetPacket - DLT_EN10MB frame | 92 | * OEthernetPacket - DLT_EN10MB frame |
93 | *======================================================================================*/ | 93 | *======================================================================================*/ |
94 | 94 | ||
95 | class OEthernetPacket : public QObject | 95 | class OEthernetPacket : public QObject |
96 | { | 96 | { |
97 | Q_OBJECT | 97 | Q_OBJECT |
98 | 98 | ||
99 | public: | 99 | public: |
100 | OEthernetPacket( const unsigned char*, const struct ether_header*, QObject* parent = 0 ); | 100 | OEthernetPacket( const unsigned char*, const struct ether_header*, QObject* parent = 0 ); |
101 | virtual ~OEthernetPacket(); | 101 | virtual ~OEthernetPacket(); |
102 | 102 | ||
103 | OMacAddress sourceAddress() const; | 103 | OMacAddress sourceAddress() const; |
104 | OMacAddress destinationAddress() const; | 104 | OMacAddress destinationAddress() const; |
105 | int type() const; | 105 | int type() const; |
106 | 106 | ||
107 | private: | 107 | private: |
108 | const struct ether_header* _ether; | 108 | const struct ether_header* _ether; |
109 | }; | 109 | }; |
110 | 110 | ||
111 | 111 | ||
112 | /*====================================================================================== | 112 | /*====================================================================================== |
113 | * OWaveLanPacket - DLT_IEEE802_11 frame | 113 | * OWaveLanPacket - DLT_IEEE802_11 frame |
114 | *======================================================================================*/ | 114 | *======================================================================================*/ |
115 | 115 | ||
116 | class OWaveLanPacket : public QObject | 116 | class OWaveLanPacket : public QObject |
117 | { | 117 | { |
118 | Q_OBJECT | 118 | Q_OBJECT |
119 | 119 | ||
120 | public: | 120 | public: |
121 | OWaveLanPacket( const unsigned char*, const struct ieee_802_11_header*, QObject* parent = 0 ); | 121 | OWaveLanPacket( const unsigned char*, const struct ieee_802_11_header*, QObject* parent = 0 ); |
122 | virtual ~OWaveLanPacket(); | 122 | virtual ~OWaveLanPacket(); |
123 | 123 | ||
124 | int duration() const; | 124 | int duration() const; |
125 | bool fromDS() const; | 125 | bool fromDS() const; |
126 | bool toDS() const; | 126 | bool toDS() const; |
127 | virtual OMacAddress macAddress1() const; | 127 | virtual OMacAddress macAddress1() const; |
128 | virtual OMacAddress macAddress2() const; | 128 | virtual OMacAddress macAddress2() const; |
129 | virtual OMacAddress macAddress3() const; | 129 | virtual OMacAddress macAddress3() const; |
130 | virtual OMacAddress macAddress4() const; | 130 | virtual OMacAddress macAddress4() const; |
131 | bool usesPowerManagement() const; | 131 | bool usesPowerManagement() const; |
132 | int type() const; | 132 | int type() const; |
133 | int subType() const; | 133 | int subType() const; |
134 | int version() const; | 134 | int version() const; |
135 | bool usesWep() const; | 135 | bool usesWep() const; |
136 | 136 | ||
137 | private: | 137 | private: |
138 | const struct ieee_802_11_header* _wlanhdr; | 138 | const struct ieee_802_11_header* _wlanhdr; |
139 | }; | 139 | }; |
140 | 140 | ||
141 | 141 | ||
142 | /*====================================================================================== | 142 | /*====================================================================================== |
143 | * OWaveLanManagementPacket - type: management (T_MGMT) | 143 | * OWaveLanManagementPacket - type: management (T_MGMT) |
144 | *======================================================================================*/ | 144 | *======================================================================================*/ |
145 | 145 | ||
146 | class OWaveLanManagementPacket : public QObject | 146 | class OWaveLanManagementPacket : public QObject |
147 | { | 147 | { |
148 | Q_OBJECT | 148 | Q_OBJECT |
149 | 149 | ||
150 | public: | 150 | public: |
151 | OWaveLanManagementPacket( const unsigned char*, const struct ieee_802_11_mgmt_header*, OWaveLanPacket* parent = 0 ); | 151 | OWaveLanManagementPacket( const unsigned char*, const struct ieee_802_11_mgmt_header*, OWaveLanPacket* parent = 0 ); |
152 | virtual ~OWaveLanManagementPacket(); | 152 | virtual ~OWaveLanManagementPacket(); |
153 | 153 | ||
154 | int beaconInterval() const; | 154 | int beaconInterval() const; |
155 | int capabilities() const; // generic | 155 | int capabilities() const; // generic |
156 | 156 | ||
157 | bool canESS() const; | 157 | bool canESS() const; |
158 | bool canIBSS() const; | 158 | bool canIBSS() const; |
159 | bool canCFP() const; | 159 | bool canCFP() const; |
160 | bool canCFP_REQ() const; | 160 | bool canCFP_REQ() const; |
161 | bool canPrivacy() const; | 161 | bool canPrivacy() const; |
162 | 162 | ||
163 | private: | 163 | private: |
164 | const struct ieee_802_11_mgmt_header* _header; | 164 | const struct ieee_802_11_mgmt_header* _header; |
165 | const struct ieee_802_11_mgmt_body* _body; | 165 | const struct ieee_802_11_mgmt_body* _body; |
166 | }; | 166 | }; |
167 | 167 | ||
168 | 168 | ||
169 | /*====================================================================================== | 169 | /*====================================================================================== |
170 | * OWaveLanManagementSSID | 170 | * OWaveLanManagementSSID |
171 | *======================================================================================*/ | 171 | *======================================================================================*/ |
172 | 172 | ||
173 | class OWaveLanManagementSSID : public QObject | 173 | class OWaveLanManagementSSID : public QObject |
174 | { | 174 | { |
175 | Q_OBJECT | 175 | Q_OBJECT |
176 | 176 | ||
177 | public: | 177 | public: |
178 | OWaveLanManagementSSID( const unsigned char*, const struct ssid_t*, QObject* parent = 0 ); | 178 | OWaveLanManagementSSID( const unsigned char*, const struct ssid_t*, QObject* parent = 0 ); |
179 | virtual ~OWaveLanManagementSSID(); | 179 | virtual ~OWaveLanManagementSSID(); |
180 | 180 | ||
181 | QString ID() const; | 181 | QString ID() const; |
182 | 182 | ||
183 | private: | 183 | private: |
184 | const struct ssid_t* _data; | 184 | const struct ssid_t* _data; |
185 | }; | 185 | }; |
186 | 186 | ||
187 | /*====================================================================================== | 187 | /*====================================================================================== |
188 | * OWaveLanManagementRates | 188 | * OWaveLanManagementRates |
189 | *======================================================================================*/ | 189 | *======================================================================================*/ |
190 | 190 | ||
191 | class OWaveLanManagementRates : public QObject | 191 | class OWaveLanManagementRates : public QObject |
192 | { | 192 | { |
193 | Q_OBJECT | 193 | Q_OBJECT |
194 | 194 | ||
195 | public: | 195 | public: |
196 | OWaveLanManagementRates( const unsigned char*, const struct rates_t*, QObject* parent = 0 ); | 196 | OWaveLanManagementRates( const unsigned char*, const struct rates_t*, QObject* parent = 0 ); |
197 | virtual ~OWaveLanManagementRates(); | 197 | virtual ~OWaveLanManagementRates(); |
198 | 198 | ||
199 | private: | 199 | private: |
200 | const struct rates_t* _data; | 200 | const struct rates_t* _data; |
201 | }; | 201 | }; |
202 | 202 | ||
203 | /*====================================================================================== | 203 | /*====================================================================================== |
204 | * OWaveLanManagementCF | 204 | * OWaveLanManagementCF |
205 | *======================================================================================*/ | 205 | *======================================================================================*/ |
206 | 206 | ||
207 | class OWaveLanManagementCF : public QObject | 207 | class OWaveLanManagementCF : public QObject |
208 | { | 208 | { |
209 | Q_OBJECT | 209 | Q_OBJECT |
210 | 210 | ||
211 | public: | 211 | public: |
212 | OWaveLanManagementCF( const unsigned char*, const struct cf_t*, QObject* parent = 0 ); | 212 | OWaveLanManagementCF( const unsigned char*, const struct cf_t*, QObject* parent = 0 ); |
213 | virtual ~OWaveLanManagementCF(); | 213 | virtual ~OWaveLanManagementCF(); |
214 | 214 | ||
215 | private: | 215 | private: |
216 | const struct cf_t* _data; | 216 | const struct cf_t* _data; |
217 | }; | 217 | }; |
218 | 218 | ||
219 | /*====================================================================================== | 219 | /*====================================================================================== |
220 | * OWaveLanManagementFH | 220 | * OWaveLanManagementFH |
221 | *======================================================================================*/ | 221 | *======================================================================================*/ |
222 | 222 | ||
223 | class OWaveLanManagementFH : public QObject | 223 | class OWaveLanManagementFH : public QObject |
224 | { | 224 | { |
225 | Q_OBJECT | 225 | Q_OBJECT |
226 | 226 | ||
227 | public: | 227 | public: |
228 | OWaveLanManagementFH( const unsigned char*, const struct fh_t*, QObject* parent = 0 ); | 228 | OWaveLanManagementFH( const unsigned char*, const struct fh_t*, QObject* parent = 0 ); |
229 | virtual ~OWaveLanManagementFH(); | 229 | virtual ~OWaveLanManagementFH(); |
230 | 230 | ||
231 | private: | 231 | private: |
232 | const struct fh_t* _data; | 232 | const struct fh_t* _data; |
233 | }; | 233 | }; |
234 | 234 | ||
235 | /*====================================================================================== | 235 | /*====================================================================================== |
236 | * OWaveLanManagementDS | 236 | * OWaveLanManagementDS |
237 | *======================================================================================*/ | 237 | *======================================================================================*/ |
238 | 238 | ||
239 | class OWaveLanManagementDS : public QObject | 239 | class OWaveLanManagementDS : public QObject |
240 | { | 240 | { |
241 | Q_OBJECT | 241 | Q_OBJECT |
242 | 242 | ||
243 | public: | 243 | public: |
244 | OWaveLanManagementDS( const unsigned char*, const struct ds_t*, QObject* parent = 0 ); | 244 | OWaveLanManagementDS( const unsigned char*, const struct ds_t*, QObject* parent = 0 ); |
245 | virtual ~OWaveLanManagementDS(); | 245 | virtual ~OWaveLanManagementDS(); |
246 | 246 | ||
247 | int channel() const; | 247 | int channel() const; |
248 | 248 | ||
249 | private: | 249 | private: |
250 | const struct ds_t* _data; | 250 | const struct ds_t* _data; |
251 | }; | 251 | }; |
252 | 252 | ||
253 | /*====================================================================================== | 253 | /*====================================================================================== |
254 | * OWaveLanManagementTim | 254 | * OWaveLanManagementTim |
255 | *======================================================================================*/ | 255 | *======================================================================================*/ |
256 | 256 | ||
257 | class OWaveLanManagementTim : public QObject | 257 | class OWaveLanManagementTim : public QObject |
258 | { | 258 | { |
259 | Q_OBJECT | 259 | Q_OBJECT |
260 | 260 | ||
261 | public: | 261 | public: |
262 | OWaveLanManagementTim( const unsigned char*, const struct tim_t*, QObject* parent = 0 ); | 262 | OWaveLanManagementTim( const unsigned char*, const struct tim_t*, QObject* parent = 0 ); |
263 | virtual ~OWaveLanManagementTim(); | 263 | virtual ~OWaveLanManagementTim(); |
264 | 264 | ||
265 | private: | 265 | private: |
266 | const struct tim_t* _data; | 266 | const struct tim_t* _data; |
267 | }; | 267 | }; |
268 | 268 | ||
269 | /*====================================================================================== | 269 | /*====================================================================================== |
270 | * OWaveLanManagementIBSS | 270 | * OWaveLanManagementIBSS |
271 | *======================================================================================*/ | 271 | *======================================================================================*/ |
272 | 272 | ||
273 | class OWaveLanManagementIBSS : public QObject | 273 | class OWaveLanManagementIBSS : public QObject |
274 | { | 274 | { |
275 | Q_OBJECT | 275 | Q_OBJECT |