aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-16giop: replace glib with wmemEvan Huus1-5/+5
2015-04-16giop: fix uninitialized use of request idEvan Huus1-3/+2
2015-04-14Cast away a (non-relevant) warning.Guy Harris1-1/+1
2015-04-14GIOP: Reassembly of fragmentsgal1-6/+172
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann1-3/+3
2014-12-26Fix some dissectors doing termio (fprintf(stderr,..), g_warning()).Bill Meier1-6/+7
2014-12-24GIOP dissector doesn't handle two packets in a rowHadriel Kaplan1-6/+9
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-5/+5
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-36/+4
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-4/+4
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-10/+12
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-31/+14
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-1/+1
2014-04-11Fix unused variable warnings found by clang.Gerald Combs1-1/+0
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