aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-01-29 21:53:58 +0000
committerBill Meier <wmeier@newsguy.com>2010-01-29 21:53:58 +0000
commite8e8c37a5f1231caefff14bfc8c03fbcd9022d28 (patch)
tree9bd5c8fc77b601c87d72063b9bd67b8c337c29e6 /epan/dissectors/packet-netflow.c
parent864c4d552127c727b80ec829ddebe277affe404d (diff)
A few updates:
- Remove not needed #includes: stdio, stdlib, string & prefs; - Fix a few typos in text strings; - use 'tvb_reported_length() > 0' rather than '... != 0' in several cases; (tvb_reported_length can return -1); - if (!initialized) {...} not required in proto_reg_handoff..; - col_clear(...) before col_add_fstr(...) not req'd; - Add a comment about whether tvb_length() rather than tvb_reported_length should be used in one case. svn path=/trunk/; revision=31734
Diffstat (limited to 'epan/dissectors/packet-netflow.c')
0 files changed, 0 insertions, 0 deletions