Wireshark-commits: [Wireshark-commits] rev 49352: /trunk/wiretap/ /trunk/wiretap/: cosine.c

Date: Thu, 16 May 2013 23:34:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49352

User: guy
Date: 2013/05/16 04:34 PM

Log:
 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).

Directory: /trunk/wiretap/
  Changes    Path          Action
  +29 -31    cosine.c      Modified