aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-05Batch of filterable expert infos.Michael Mann1-19/+39
2013-03-18From beroset:Anders Broman1-13/+13
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-18/+18
2013-02-20Improve a comment - what matters is that tvb_new_real_data() can throwGuy Harris1-4/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-51/+55
2012-11-05Add a few more expert_add_info_format calls to giop dissector which requires ...Michael Mann1-54/+49
2012-10-11Fix:Anders Broman1-10/+6
2012-10-11General cleanup, made more items filterable. Checking in now to get a new ba...Michael Mann1-1845/+1531
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-4/+4
2012-08-16restore tvb_ensure_bytes_exist checks. There are better ways to do this, but...Michael Mann1-23/+31
2012-08-14Bug 3725 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3725)Michael Mann1-150/+12
2012-07-26tvb_length_remaining() can return -1, so be sure to deal with it if it does.Chris Maynard1-2/+8
2012-07-24From Peng Di:Anders Broman1-0/+1
2012-07-08Add a function to packet-giop.c that does what the code that Jeff Morriss1-0/+20
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Try to get rid of a couple of warnings.Anders Broman1-2/+2
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