Register giop by name (TCP).
[obnox/wireshark/wip.git] / epan / dissectors / packet-giop.c
2011-12-06 etxrabRegister giop by name (TCP).
2011-10-24 wmeierFix encoding arg for various fcn calls:
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-21 wmeierFix vi "modeline" so it works;
2011-08-16 morrissBased on patch from Denis Ovsienko via
2011-07-13 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-07-11 cmaynardAs noted by Jaap Keuter on -dev, be sure to use message...
2011-06-28 stigReplace all strerror() with g_strerror().
2011-01-07 guyIf we get an unknown reply status, don't print a g_warn...
2010-12-06 morrissMake some (preference) variables static.
2010-10-30 wmeierUse value_string_ext fcns to access a value_string...
2010-05-28 morrissMove some code (including the optional objects) into...
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-02-01 wmeierVarious fixes:
2010-02-01 wmeierCreate "decompressed Content" tab in hex bytes pane...
2010-01-18 wmeierUse consistent indentation; Reformat a few hf[] array...
2009-09-08 etxrabFrom Steve Osselton:
2009-08-23 krjAvoid 'cast to pointer from integer of different size'
2009-08-22 rbalintFrom Frederic Peters (made endian-aware by me):
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-10 etxrabFrom Steve Osselton:
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-13 geraldCheck to see if tvb_child_uncompress returns NULL....
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-14 etxrabApply some of the patches from:
2009-05-08 wmeierFT_BOOLEAN fields w/o bitmasks really should use BASE_N...
2009-03-29 etxrabMore size_t casts.
2009-03-03 etxrabFrom Alvaro Vega Garcia:
2008-12-17 wmeierFix some typos and spelling (mostly in text strings)
2008-11-13 wmeierSmall changes related to proto_register & proto_reg_handoff
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-30 wmeierFix bug #3017: remove un-necessary code (and thus fix...
2008-09-11 etxrab"Response flags" in GIOP Request is misinterpreted
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-09 etxrabRemove:
2008-02-21 etxrabUnkomment the now fixed value string...
2008-02-21 guyPut back the use of g_ascii_strcasecmp(), so we don...
2008-02-21 etxrabFrom Wolf Neumann:
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-27 etxrabFrom Steve Osselton:
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-10-16 morrissChange more fopen() to eth_fopen() to finish fixing...
2007-04-22 jakeFix for bug 1541. Adjust offset for long longs by 8...
2007-04-14 standelfix MacOSX gcc-3.3 warnings about unused tfs/value_stri...
2007-03-24 morrissClean up some more warnings: unused variables, unitiali...
2006-12-22 jakeFix for bug 1272.
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-04-19 etxrabHandle 64bits signed/unsigned integers and get rid...
2006-04-18 jakeFrom W. Borgert:
2006-04-16 etxrabFrom W. Borgert:
2006-03-27 etxrabComment out the unused code.
2005-11-22 jmayerTrivial warning fixes
2005-09-22 ulflreplace match_strval with val_to_str in several places...
2005-09-04 etxrabMake Objekt Key a HEX string.
2005-09-02 guyA PDU dissector called by tcp_dissect_pdus() can't...
2005-09-01 etxrabIt looks like there might not always be a body, check...
2005-09-01 etxrabRe-assemble GIOP over TCP.
2005-08-14 sahlberggiop allocates only and never releases the memory from...
2005-08-12 sahlbergmore gmemchunk -> se_alloc() improvements
2005-08-12 geraldDon't try to allocate more than ITEM_LABEL_LENGTH bytes...
2005-08-11 etxrabFrom W. Borgert:
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-04 guyMark stub data as such if no dissector claims it.
2005-04-17 geraldAdd some length checking.
2004-11-24 sahlbergFrom LEGO: make the request id and operation filterable
2004-07-18 gramMove dissectors to epan/dissectors directory.