Add a few more menu items.
[obnox/wireshark/wip.git] / wiretap / netscaler.c
2011-06-15 guyTry to squelch some compiler warnings.
2011-04-22 guyMake all the fields in the various structures just...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 guy"This file format can't be written to a pipe" and ...
2011-04-06 guyFrom Jakub Zawadzki:
2011-02-16 geraldFix checkapi.
2011-02-16 geraldFix errors found by the Visual C++ analyzer.
2010-11-04 jakeFrom Alexis La Goutte:
2010-06-06 guyDon't use fwrite directly when writing a dump file...
2010-04-15 stigMake it build without zlib on OSX.
2010-02-27 guyConstify.
2009-12-04 wmeierFrom: Ravi Kondamuru:
2009-11-18 stigSwitch HighHdr and LowHdr to build correct absolute...
2009-11-18 stigAnother try to treat the two 32bit time values (low...
2009-11-18 guyIf no error is returned by a Wiretap routine, err_info...
2009-11-17 stigFrom Ravi Kondamuru via bug 3540:
2009-06-02 stigOptimized check if file is a nstrace file.
2009-06-02 stigCorrected nspm_signature_version() again.
2009-06-02 stigAvoid infinite loop in nspm_signature_version().
2009-06-01 stigTry Jakub's casting with GPOINTER_TO_INT().
2009-06-01 stigAdding casts, take 3.
2009-06-01 stigAdding casts, take 2.
2009-06-01 stigAdded/Changed some more casts to build.
2009-06-01 stigAdded some casts to remove some warnings.
2009-06-01 stigFrom Ravi Kondamuru via bug 3457: