aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-05-01 09:49:35 -0700
committerGerald Combs <gerald@wireshark.org>2022-05-01 09:50:40 -0700
commit0cce93d76a735c872aa0bd660a67d1ab124f5bc8 (patch)
treeef5ef70bb91ab4e1be9775325532eb178f47a7e3 /tools
parent69e956d792fbff6a0b585146203556e64ccb4ba3 (diff)
Tools: Fix make-no-reassembly-profile.py.
Update our path to match fc2cc05dde. [skip ci]
Diffstat (limited to 'tools')
-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):