aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-06Register giop by name (TCP).Anders Broman1-0/+4
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-1/+1
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-25/+25
2011-07-11As noted by Jaap Keuter on -dev, be sure to use message_size instead ofChris Maynard1-1/+1
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-4/+1
2011-01-07If we get an unknown reply status, don't print a g_warning message -Guy Harris1-2/+6
2010-12-06Make some (preference) variables static.Jeff Morriss1-1/+1
2010-10-30Use value_string_ext fcns to access a value_string array.Bill Meier1-6/+8
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-17/+12
2010-02-01Various fixes:Bill Meier1-128/+182
2010-02-01Create "decompressed Content" tab in hex bytes pane only if decompression act...Bill Meier1-48/+54
2010-01-18Use consistent indentation; Reformat a few hf[] array entries.Bill Meier1-971/+984
2009-09-08From Steve Osselton:Anders Broman1-17/+41
2009-08-23Avoid 'cast to pointer from integer of different size'Kovarththanan Rajaratnam1-2/+2
2009-08-22From Frederic Peters (made endian-aware by me):Balint Reczey1-1/+14
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-10From Steve Osselton:Anders Broman1-2/+11
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-13Check to see if tvb_child_uncompress returns NULL. Fixes bug 3705.Gerald Combs1-50/+52
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-44/+44
2009-05-14Apply some of the patches from:Anders Broman1-2/+1
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-1/+1
2009-03-29More size_t casts.Anders Broman1-2/+2
2009-03-03From Alvaro Vega Garcia:Anders Broman1-2/+19
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-19/+19
2008-11-13Small changes related to proto_register & proto_reg_handoffBill Meier1-2/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-30Fix bug #3017: remove un-necessary code (and thus fix a small memory leak)Bill Meier1-3/+0
2008-09-11"Response flags" in GIOP Request is misinterpretedAnders Broman1-2/+12
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-6/+6
2008-04-09Remove:Anders Broman1-3/+0
2008-02-21Unkomment the now fixed value string...Anders Broman1-2/+0
2008-02-21Put back the use of g_ascii_strcasecmp(), so we don't get rudelyGuy Harris1-187/+190
2008-02-21From Wolf Neumann:Anders Broman1-30/+251
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-10-27From Steve Osselton:Anders Broman1-15/+18
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-1/+2
2007-04-22Fix for bug 1541. Adjust offset for long longs by 8, not by 4.Jaap Keuter1-1/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-8/+2
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...Jeff Morriss1-31/+27
2006-12-22Fix for bug 1272.Jaap Keuter1-1/+4
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1