#include <string.h> and/or #include <stdio.h> not needed.
[obnox/wireshark/wip.git] / epan / dissectors / packet-vj.c
2010-01-26 wmeierFix gcc -Wshadow warning
2010-01-02 etxrabFrom Jakub Zawadzki:
2009-10-06 etxrabFrom Didier Gautheron:
2009-08-09 krjDon't guard col_set_str (COL_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 etxrabApply some of the patches from:
2009-01-28 wmeierMinor changes mostly related to proto_register & proto_...
2009-01-08 jakeFix for bug 2902:
2007-05-01 geraldFetch IP and TCP length values directly instead of...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-08-12 sahlberggmemchunk -> se_alloc() updates
2005-06-10 ulfljust to get things straight: a dissector should *never...
2004-12-24 guyNote the RFC that describes VJ compression.
2004-09-29 guyMove various tables into the epan directory.
2004-09-28 guyMove various checksum routines and headers to epan.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 gramMove dissectors to epan/dissectors directory.