forked from hauke/wireshark
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fill in the presence flags in parse_cosine_rec_hdr(), so it's done at
the same point at which the rest of the wtap_pkthdr is filled in (so it's done in seek-read routines). parse_cosine_hex_dump()'s return value is used as the return value of read routines, so it should be Boolean. Make it so (and have it stuff the actual length of packet data read into a wtap_pkthdr, which also ensure that this is done in seek-read routines). svn path=/trunk/; revision=49352
- Loading branch information
Showing
1 changed file
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters