1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-24 18:16:24 +01:00

Fix up Geo types

This commit is contained in:
HD Moore 2015-11-02 22:04:21 -06:00
parent 3ce9cdaf17
commit 21f0ea13a1

@ -43,9 +43,9 @@ public class interval_collect implements Command {
public static final int TLV_TYPE_COLLECT_RESULT_GEO = TLVPacket.TLV_META_TYPE_GROUP
| (TLV_EXTENSIONS + 9030);
public static final int TLV_TYPE_GEO_LAT = TLVPacket.TLV_META_TYPE_STRING
| (TLV_EXTENSIONS + 9031);
| (TLV_EXTENSIONS + 9011);
public static final int TLV_TYPE_GEO_LONG = TLVPacket.TLV_META_TYPE_STRING
| (TLV_EXTENSIONS + 9032);
| (TLV_EXTENSIONS + 9012);
// TLVs for Cell
public static final int TLV_TYPE_COLLECT_RESULT_CELL = TLVPacket.TLV_META_TYPE_GROUP