(Trivial) whitespace cleanup (mostly trailing whitespace).
svn path=/trunk/; revision=53172
This commit is contained in:
parent
6159e98cd3
commit
5a0809c718
@ -785,7 +785,7 @@ static gboolean nettl_dump(wtap_dumper *wdh,
|
||||
case WTAP_ENCAP_TOKEN_RING:
|
||||
rec_hdr.subsys = g_htons(NETTL_SUBSYS_PCI_TR);
|
||||
break;
|
||||
/*
|
||||
#if 0
|
||||
case WTAP_ENCAP_NETTL_X25:
|
||||
rec_hdr.caplen = g_htonl(phdr->caplen + 24);
|
||||
rec_hdr.length = g_htonl(phdr->len + 24);
|
||||
@ -795,7 +795,7 @@ static gboolean nettl_dump(wtap_dumper *wdh,
|
||||
rec_hdr.pid = g_htonl(pseudo_header->nettl.pid);
|
||||
rec_hdr.uid = g_htons(pseudo_header->nettl.uid);
|
||||
break;
|
||||
*/
|
||||
#endif
|
||||
default:
|
||||
/* found one we don't support */
|
||||
*err = WTAP_ERR_UNSUPPORTED_ENCAP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user