Change how our src is determined in packets, add hexdump to packet debug
This commit is contained in:
@@ -68,7 +68,8 @@ class HomeController extends Controller
|
||||
|
||||
return view('pkt')
|
||||
->with('file',$file)
|
||||
->with('result',$pkt);
|
||||
->with('result',$pkt)
|
||||
->with('hexdump',$file ? hex_dump(file_get_contents($file)) : '');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user