Wireshark-commits: [Wireshark-commits] rev 27093: /trunk/epan/ /trunk/epan/: follow.c

Date: Tue, 23 Dec 2008 14:50:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27093

User: jake
Date: 2008/12/23 06:50 AM

Log:
 From Didier Gautheron:
 In follow.c there's stuff like: DISSECTOR_ASSERT(... fwrite( data, 1, sc->dlen, data_out_file )
 If DISSECTOR_ASSERT is defined as a noop then fwrite is not called.

Directory: /trunk/epan/
  Changes    Path          Action
  +8 -2      follow.c      Modified