Skip Menu |

This queue is for tickets about the Net-Frame-Simple CPAN distribution.

Report information
The Basics
Id: 98466
Status: rejected
Priority: 0/
Queue: Net-Frame-Simple

People
Owner: gomor [...] cpan.org
Requestors: elong.huang [...] foxmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: timestamp error
Date: Sat, 30 Aug 2014 22:18:51 +0800
To: "bug-Net-Frame-Simple" <bug-Net-Frame-Simple [...] rt.cpan.org>
From: "elong" <elong.huang [...] foxmail.com>
Hi when i use Net::Frame::Simple to disassemble the pcap file of Linux cooked, there is a issue about the timestamp. I think what we need is the timestamp of each payload of pcap, not the timestamp of now, but unfortunately, now we get is the current time. my $f=Net::Frame::Simple->new( raw => $h->{raw},firstLayer =>$h->{firstLayer},timestamp=>$h->{timestamp}); my $timestamp=$f->timestamp;
Le Sam 30 Aoû 2014 10:19:13, elong.huang@foxmail.com a écrit : Show quoted text
> Hi > when i use Net::Frame::Simple to disassemble the pcap file of Linux > cooked, there is a issue about the timestamp.
Could you describe more percisely what is the exact problem with the timestamp? Also, please provide a pcap file and a complete script so I can reproduce the problem and fix it. Regards,
Ok, I replied too quickly. What you want is probably: my $f = Net::Frame::Simple->newFromDump($h); my $timestamp = $f->timestamp; See `perldoc Net::Frame::Simple' for a description of newFromDump() method. Regards,
Subject: ������[rt.cpan.org #98466] timestamp error
Date: Thu, 11 Sep 2014 15:45:57 +0800
To: "bug-Net-Frame-Simple" <bug-Net-Frame-Simple [...] rt.cpan.org>
From: "elong" <elong.huang [...] foxmail.com>
Download (untitled)
application/octet-stream 622b

Message body not shown because it is not plain text.

Download (untitled)
application/octet-stream 1k

Message body not shown because it is not plain text.

Le Jeu 11 Sep 2014 03:46:19, elong.huang@foxmail.com a écrit : Show quoted text
> Cette opération semble ne pas avoir de contenu
I am sorry, your reply is not readable here. Could you post it again? Regards,
Not a bug.