#include <string>
#include <stdint.h>
#include "protocol.h"


Go to the source code of this file.
Classes | |
| class | Barry::Packet |
| class | Barry::ZeroPacket |
| Provides an API for building and analyzing socket-0 protocol packets. More... | |
| class | Barry::DBPacket |
| Provides an API for building and analyzing raw DB protocol packets. More... | |
| class | Barry::JLPacket |
| Provides an API for building and analyzing raw Javaloader protocol packets. More... | |
Namespaces | |
| namespace | Barry |
| Project namespace, containing all related functions and classes. | |
Has knowledge of specific protocol commands in order to hide protocol details behind an API.
Definition in file packet.h.
1.5.8