Documentation

About

Packet Mapper is cross–platform console application. User configuration (including controlling in/out) can be managed via cmd-line or XML configuration file. Generally, application anon–map and obfuscate all packets in .pcap file. That means – loading input file, parsing it, saving corresponding data fields and proceed with anonymizatoin. Resulting packets are saved into the output.

PacMap understands several basic protocols like IPv4, TCP, UDP a HTTP a their data fields. It can validate header checksums. New protocol definition are supported as well.

It shows every single packet of trace files too – browsing them, getting specified information about encapsulation protocol data fields and viewing all data in additional HEX viewer.

Platforms

PacMap is implemented in C# and is running with

Screenshots

Usage

There are two basic ways to control PacMap:

  • arguments in cmd-line
  • using external configuration file (XML config)

All commands

 

cmd

input

output

info

pacmap

-a

.pcap

optional

makes anonmapping

 

-s

.pcap

 

shows basic trace file intel

 

-ss

.pcap

 

shows extended trace file intel + packets content

 

-sss

.pcap

 

runs simple GUI for packet browsing

 

-p(p)

.pcap

 

prints available packets intel into file (TXT, TAB, CSV)

 

-c

 

.xml

creates new XML configuration file

 

-d

.xml

 

changes application default settings

 

-h

 

 

prints help

 

Running with XML configuration file

FIXME missing !!


Complete manual can be found here or here (doxygen).

 
documentation.txt · Last modified: 2013/07/02 14:15 by admin     Back to top
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki Design by LouisWolf