Bugs item #1783168, was opened at 2007-08-28 12:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=637564&aid=1783168&group_id=104305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Execution
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: chtibzh (chtibzh)
Assigned to: Nobody/Anonymous (nobody)
Summary: -t ui with -ip_field Bug

Initial Comment:
SIPp SVN 298
-t ui option does not work with -ip_field x. It takes the value of field0 of 
line x. In sipp.cpp, when calling getField method (class FileContents) the two 
first parameters are: 
  peripfield and 0
but method is definied has:
  int getField(int line, int field, char *dest, int len);
Since peripfileld definied the field (from -ip_field value) the two first 
parameters should be: 
  0, peripfield

Can any one check this point?

Thanks

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=637564&aid=1783168&group_id=104305

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to