aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-01-25 09:53:25 -0500
committerBill Meier <wmeier@newsguy.com>2015-01-25 16:02:32 +0000
commit5003654fe0bb1bc5f96f288795d4953b8f853ff8 (patch)
treefa0b462c269f199b18ca1c892f3b0a3ed5d093a2 /epan/dissectors/packet-netflow.c
parentb91df340e899637bf81182a9aa0451d54239191a (diff)
Cleanup:
Including: Remove dead initializers; Remove boilerplate comments; Localize some variables; tvb_length...() ==> tvb_reported_length...(); Use TRUE/FALSE when assigning a value to a gboolean; whitespace/indentaion. Change-Id: I09e1f15611011bbe393d23e1cb54568ddd3cebc6 Reviewed-on: https://code.wireshark.org/review/6771 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-netflow.c')
-rw-r--r--epan/dissectors/packet-netflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-netflow.c b/epan/dissectors/packet-netflow.c
index 68f8a3a888..9e42ebe093 100644
--- a/epan/dissectors/packet-netflow.c
+++ b/epan/dissectors/packet-netflow.c
@@ -6625,7 +6625,7 @@ getprefix(const guint32 *addr, int prefix)
static void
netflow_init(void)
{
- /* keys & values are "se allocated"; se memory is freed as part of the init sequence */
+ /* keys & values are allocated using 'wmem_file_scope()' as thus freed as part of the init sequence */
if (v9_v10_tmplt_table != NULL) {
g_hash_table_destroy(v9_v10_tmplt_table);
}