Tools: Fix make-no-reassembly-profile.py.

Update our path to match fc2cc05dde.

[skip ci]
This commit is contained in:
Gerald Combs 2022-05-01 09:49:35 -07:00
parent 69e956d792
commit 0cce93d76a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def main():
args = parser.parse_args()
this_dir = os.path.dirname(__file__)
profile_path = os.path.join(this_dir, '..', 'profiles', 'No Reassembly', 'preferences')
profile_path = os.path.join(this_dir, '..', 'resources', 'share', 'wireshark', 'profiles', 'No Reassembly', 'preferences')
tshark_path = os.path.join(args.program_path, 'tshark')
if not os.path.isfile(tshark_path):