aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-no-reassembly-profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make-no-reassembly-profile.py')
-rwxr-xr-xtools/make-no-reassembly-profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-no-reassembly-profile.py b/tools/make-no-reassembly-profile.py
index 4035cea8f3..cd68155ab2 100755
--- a/tools/make-no-reassembly-profile.py
+++ b/tools/make-no-reassembly-profile.py
@@ -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):