Fix typos and spelling (mostly in text strings)
[obnox/wireshark/wip.git] / epan / dissectors / packet-icep.c
2008-12-17 wmeierFix typos and spelling (mostly in text strings)
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-27 sfisherFix about 100 simple to fix warnings from gcc 4.0 in...
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-09-18 jakeLicepnse -> License
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2005-08-20 sahlbergmore sprintf updates
2005-08-18 ulflseveral times replacing:
2005-08-15 sahlbergememify g_malloc() calls
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-24 sahlbergconvert some uses of tvb_get_string() to ep_tvb_get_str...
2005-07-09 guyUse "tvb_get_string()" rather than duplicating its...
2005-04-24 geraldDon't try to free the same memory twice.
2004-10-06 guy"tvb_reported_length_remaining()" returns a "gint"...
2004-10-06 ulflremove MSVC compiler warning
2004-10-06 ulflbring MSVC generation back to live, as elipses in macro...
2004-10-06 guyWe now do reassembly.
2004-10-06 guyAdd support for reassembly.
2004-10-06 guyFrom Francesco Fondelli: ICE protocol support.