BZ 434582.
This commit is contained in:
parent
8e31a44769
commit
e4cd09894c
2 changed files with 5 additions and 2 deletions
6
pcapdiff.py
Normal file
6
pcapdiff.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
sys.path.insert(0, '/usr/share/pcapdiff')
|
||||
from pcapdiff import main
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue