Use g_array_index() to get at elements of the encapsulation table array;
authorGuy Harris <guy@alum.mit.edu>
Sat, 18 May 2013 00:41:30 +0000 (00:41 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 18 May 2013 00:41:30 +0000 (00:41 -0000)
commit055ff08c2fb07e195e9fa69ba461ad1edad58779
tree28408ddf5385f7cd87f179cb43c32764dd4d440b
parent288e81e40ffabb34ccca5990f83a2e9bca4cb9cf
Use g_array_index() to get at elements of the encapsulation table array;
this avoids some compiler warnings from clang about alignment.

svn path=/trunk/; revision=49398
wiretap/wtap.c