URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ed69bf3bc7fdbc679f7a331efabcb712823ceb14
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ed69bf3 by Guy Harris (guy@xxxxxxxxxxxx):
Remove a compiler warning some platforms give.
Some UN*Xes declare an index() function, that being the name strchr()
originally had in V7 UNIX. This causes warnings from compilers if you
have a variable named "index", so rename the variable.
Change-Id: Ibb046005d1ef911ce0739ce70a0a55c13310cdf0
Reviewed-on: https://code.wireshark.org/review/16372
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from fac8f1f pvfs2: clean up dissect_pvfs_distribution()
adds ed69bf3 Remove a compiler warning some platforms give.
Summary of changes:
plugins/docsis/packet-dpd.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)