#include "XrdMon/XrdMonHeader.hh"
#include "XrdMon/XrdMonException.hh"
#include "XrdMon/XrdMonDecArgParser.hh"
#include <fstream>
#include <iomanip>
#include "XrdSys/XrdSysHeaders.hh"
#include <sstream>
Go to the source code of this file.
Functions | |
void | dumpOnePacket (kXR_int64 uniqueId, fstream &_file) |
int | main (int argc, char *argv[]) |
void dumpOnePacket | ( | kXR_int64 | uniqueId, | |
fstream & | _file | |||
) |
Definition at line 29 of file XrdMonDumpPacketsApp.cc.
References XrdMonHeader::decode(), HDRLEN, MAXPACKETSIZE, out, and XrdMonHeader::packetLen().
Referenced by main().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 58 of file XrdMonDumpPacketsApp.cc.
References XrdMonDecArgParser::_fPath, XrdMonDecArgParser::_offset2Dump, dumpOnePacket(), fSize, XrdMonDecArgParser::parseArguments(), and XrdMonException::printIt().