Changeset 852:055a9be0f2d3

Show
Ignore:
Timestamp:
07/30/08 15:06:26 (4 months ago)
Author:
Phil <phil@secdev.org>
Message:

Changed Gnuplot's 'with' parameter into 'with_'. Need Gnuplot 1.8. (ticket #47)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • scapy/layers/inet.py

    r846 r852  
    905905                trt[trace_id] = loctrace 
    906906 
    907         tr = map(lambda x: Gnuplot.Data(x,with="lines"), trt.values()) 
     907        tr = map(lambda x: Gnuplot.Data(x,with_="lines"), trt.values()) 
    908908        g = Gnuplot.Gnuplot() 
    909         world = Gnuplot.File(conf.gnuplot_world,with="lines") 
     909        world = Gnuplot.File(conf.gnuplot_world,with_="lines") 
    910910        g.plot(world,*tr) 
    911911        return g