Replace all strerror() with g_strerror().
[metze/wireshark/wip.git] / epan / dissectors / packet-giop.c
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-01-07 Guy HarrisIf we get an unknown reply status, don't print a g_warn...
2010-12-06 Jeff MorrissMake some (preference) variables static.
2010-10-30 Bill MeierUse value_string_ext fcns to access a value_string...
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-02-01 Bill MeierVarious fixes:
2010-02-01 Bill MeierCreate "decompressed Content" tab in hex bytes pane...
2010-01-18 Bill MeierUse consistent indentation; Reformat a few hf[] array...
2009-09-08 Anders BromanFrom Steve Osselton:
2009-08-23 Kovarththanan Raja... Avoid 'cast to pointer from integer of different size'
2009-08-22 Balint ReczeyFrom Frederic Peters (made endian-aware by me):
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-10 Anders BromanFrom Steve Osselton:
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-13 Gerald CombsCheck to see if tvb_child_uncompress returns NULL....
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-14 Anders BromanApply some of the patches from:
2009-05-08 Bill MeierFT_BOOLEAN fields w/o bitmasks really should use BASE_N...
2009-03-29 Anders BromanMore size_t casts.
2009-03-03 Anders BromanFrom Alvaro Vega Garcia:
2008-12-17 Bill MeierFix some typos and spelling (mostly in text strings)
2008-11-13 Bill MeierSmall changes related to proto_register & proto_reg_handoff
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-10-30 Bill MeierFix bug #3017: remove un-necessary code (and thus fix...
2008-09-11 Anders Broman"Response flags" in GIOP Request is misinterpreted
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-04-09 Anders BromanRemove:
2008-02-21 Anders BromanUnkomment the now fixed value string...
2008-02-21 Guy HarrisPut back the use of g_ascii_strcasecmp(), so we don...
2008-02-21 Anders BromanFrom Wolf Neumann:
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-27 Anders BromanFrom Steve Osselton:
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-10-16 Jeff MorrissChange more fopen() to eth_fopen() to finish fixing...
2007-04-22 Jaap KeuterFix for bug 1541. Adjust offset for long longs by 8...
2007-04-14 Sebastien Tandelfix MacOSX gcc-3.3 warnings about unused tfs/value_stri...
2007-03-24 Jeff MorrissClean up some more warnings: unused variables, unitiali...
2006-12-22 Jaap KeuterFix for bug 1272.
2006-10-31 Ronnie Sahlbergchange the signature for the get_pdu_len() function...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-04-19 Anders BromanHandle 64bits signed/unsigned integers and get rid...
2006-04-18 Jaap KeuterFrom W. Borgert:
2006-04-16 Anders BromanFrom W. Borgert:
2006-03-27 Anders BromanComment out the unused code.
2005-11-22 Jörg MayerTrivial warning fixes
2005-09-22 Ulf Lampingreplace match_strval with val_to_str in several places...
2005-09-04 Anders BromanMake Objekt Key a HEX string.
2005-09-02 Guy HarrisA PDU dissector called by tcp_dissect_pdus() can't...
2005-09-01 Anders BromanIt looks like there might not always be a body, check...
2005-09-01 Anders BromanRe-assemble GIOP over TCP.
2005-08-14 Ronnie Sahlberggiop allocates only and never releases the memory from...
2005-08-12 Ronnie Sahlbergmore gmemchunk -> se_alloc() improvements
2005-08-12 Gerald CombsDon't try to allocate more than ITEM_LABEL_LENGTH bytes...
2005-08-11 Anders BromanFrom W. Borgert:
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-04 Guy HarrisMark stub data as such if no dissector claims it.
2005-04-17 Gerald CombsAdd some length checking.
2004-11-24 Ronnie SahlbergFrom LEGO: make the request id and operation filterable
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.