diff --git a/src/packet/index.js b/src/packet/index.js index 38ed5f4d8..82312476b 100644 --- a/src/packet/index.js +++ b/src/packet/index.js @@ -1,2 +1,3 @@ export * from './all_packets'; export { default as PacketList } from './packetlist'; +export { UnparsablePacket } from './packet';