aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-8/+8
2018-03-07GIOP: use wmem packet scope for get_modname_from_repoid()Pascal Quantin1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-17Bugfix GIOP LocateRequest v1.0Éric Piel1-2/+2
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1
2017-01-31format_text_wmem -> format_textMichael Mann1-2/+2
2017-01-31Add format_text_wmem.Michael Mann1-2/+2
2017-01-29Register reassembly tablesMichael Mann1-4/+3
2017-01-20giop: add shutdown routine.Dario Lombardo1-0/+8
2016-10-19[GIOP] Use g_slist_prepend().AndersBroman1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-55/+56
2016-04-16giop: change g_malloc to wmem_alloc.Dario Lombardo1-5/+5
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-11/+11
2016-01-12Fix indentation.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-10GIOP dissector: Replies are not correctly associated with requestsAndyL1-7/+11
2015-10-17[giop] don't THROW() an exception from a dissectorMartin Kaiser1-4/+1
2015-09-09GIOP: increase the maximum message size allowed to 10MBPascal Quantin1-4/+8
2015-08-11[GIOP] A GIOP message can have size = 0 (CloseConnection)AndersBroman1-0/+4
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-07-03Split four more init routines into init/cleanupPeter Wu1-44/+8
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-6/+6
2015-05-29Use FT_FLOAT for a floating-point number.Guy Harris1-6/+2
2015-05-29enabled decoding of longlong and ulonglong in GIOPArtur Nowosielski1-0/+19
2015-05-12Fix check for NUL at the end of a string.Guy Harris1-1/+1
2015-05-11giop: ignore NULL-terminator in CDR stringsEvan Huus1-0/+3
2015-04-18GIOP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
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