aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-09Clean up the dissection of ServiceContexts.Guy Harris1-85/+119
2014-03-22Fix Bug 9915 'GIOP dissector prints non-UTF-8 to Info column'Hadriel Kaplan1-2/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-02Don't pass an invalid length to proto_item_set_lenEvan Huus1-1/+2
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-3/+1
2013-12-17Add two missing BASE_EXT_STRING flags as caught by Alexis's ASAN fuzzing.Evan Huus1-2/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-12-12Remove two text arrays (flagged with _U_);Bill Meier1-422/+423
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-2/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-14/+17
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-19Update commentsPascal Quantin1-10/+9
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-18/+18
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-14/+14
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-2/+1
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