Hi,
I am having below setup
robofraemwork setup info -> Robot Framework 2.8.1 32 bit
python->Python 2.7.6 32 bit
OS->windows 7 64 bit
I am running test cases from Robo framework and want to create any library
proc through which I can get auto generated mail from robo-framework regarding
Hi Anders,
Actually in my setup I am capturing packets from Spirent using wire-shark and
need to parse those captured files using python code.
Sometimes captured .pcap file is too big so parsing each packet one by one is
being too time consuming during TC automation.
So instead of that I was s
Hi,
I am using dpkt python package to parse .pcap file and I am able to do
successfully.
My requirement is to filter some of the traffic from the big .pcap file and to
export the result to another file.
I don't know how to do this.
PFB the setup details I am using.
###
Hi,
I have created one library file "modified_python_automation_tcl.py"..Inside my
library file I have set of codes as follows.
import sys
import time
from datetime import datetime
import re,sys,os,itertools,datetime,commands,logging,math,time,copy,inspect
from robot.api import logger
import uni