Wireshark-commits: [Wireshark-commits] rev 49356: /trunk/wiretap/ /trunk/wiretap/: daintree-sna.c

Date: Fri, 17 May 2013 00:00:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49356

User: guy
Date: 2013/05/16 05:00 PM

Log:
 Move the header-processing code into a common daintree_sna_scan_header()
 routine.
 
 Rename daintree_sna_hex_char() to daintree_sna_process_hex_data() (to
 more clearly indicate what it does - it doesn't process a single
 character, it processes a whole bunch of them), and have it do some
 error checking and fill in the length field in the wtap_pkthdr.

Directory: /trunk/wiretap/
  Changes    Path              Action
  +80 -63    daintree-sna.c    Modified