Fix for bug 5422:
[obnox/wireshark/wip.git] / epan / dissectors / packet-dlsw.c
2010-04-06 wmeier#include <string.h> not needed.
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2008-12-17 wmeierFix some typos and spelling (mostly in text strings)
2008-08-26 wmeier#include <emem.h> not req'd
2008-07-23 morrissDon't split a value_string's string across multiple...
2008-03-04 morrissmatch_strval() may return NULL so don't blindly pass...
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-01-05 jmayerBill Meier:
2005-08-28 sahlbergadd missing value_string terminator
2005-04-24 geraldFix an infinite loop.
2005-01-13 guyUse tcp_dissect_pdus() for DLSw-over-TCP.
2005-01-13 etxrabDon't crash on a negative length
2004-07-18 gramMove dissectors to epan/dissectors directory.