aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-08 02:31:45 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-08 02:31:45 +0000
commit01730a2c9cbd15b5ac7e387ca2ff7d3e5d44a0bf (patch)
treee009314894c7bb807f0c39418ef1b55eb0845400 /gtk/summary_dlg.c
parent5d2c74eea0f434656ce0f2d4e355283c47a3004e (diff)
Get rid of most unused arguments and variables (including some that are
set but not used). (Leave "pi" around so the warning acts as a reminder that the tap structure stuff needs a cleanup - currently, the tap structures aren't freed; perhaps the new memory allocation scheme proposed by Ronnie could be used for tap structures.) Have "ac_istrace()" return NOT_ACTRACE for apparently non-actrace packets and return the packet type for actrace packets, so that we don't need a global variable for the packet type. Make "actrace_udp_port" unsigned to squelch a signed vs. unsigned warning. Use "col_set_str()" rather than "col_add_str()" when setting the Protocol column. We don't recognized packets as CAS packets unless they're 48 bytes long, so we don't need to test whether they're 48 bytes long in the CAS packet dissection code. Use the reported length, not the captured length, when doing length checks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14874 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/summary_dlg.c')
0 files changed, 0 insertions, 0 deletions