Skip to content

Commit

Permalink
Merge pull request #261 from tan-wei/master
Browse files Browse the repository at this point in the history
Fix the path with quotations to support space included path
  • Loading branch information
phaethon authored May 6, 2019
2 parents 11d4064 + e77f253 commit 75e953b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/kamene.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@REM Use Python to run the Scapy script from the current directory, passing all parameters
@python %~dp0\kamene %*
@python "%~dp0\kamene" %*
2 changes: 1 addition & 1 deletion doc/kamene/build_dissect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ when assembling the layer or dissected one by one when disassembling a string.
The list of fields is held in an attribute named ``fields_desc``. Each field is an instance
of a field class::

from kamene.packet import *
from kamene.all import *


class Disney(Packet):
Expand Down

0 comments on commit 75e953b

Please sign in to comment.