aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-12/+8
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-8/+12
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-12/+8
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-20/+20
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-5/+5
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-53/+9
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-3/+3
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-5/+5
2015-02-19Add name resolution support to address type.Michael Mann1-3/+3
2015-02-09Add fixed length function for address types.Michael Mann1-1/+1
2015-02-09Add "column filter string" support to address types.Michael Mann1-8/+34
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-5/+5
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-31jxta: fix Copy-paste error (CID 1158599 & 1158600)Alexis La Goutte1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+1
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-77/+77
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann1-8/+3
2014-11-25Have media dissector take its "media type parameter" from dissector data para...Michael Mann1-1/+3
2014-09-18Fix encoding-arg mostly for FT_UINT_STRING; Also: Do misc as needed.Bill Meier1-6/+19
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+25
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+31
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-04-24JXTA: ask for one more segment, not one more byteEvan Huus1-1/+1
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-12/+12
2014-03-14Ensure there's no exception during the initial heuristics test.Bill Meier1-10/+7
2014-03-09Remove a warning, add a comment guessing the intentEvan Huus1-1/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Use G_GINT64_CONSTANT(-1) instead of -1L.Bill Meier1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-14Try to pptimize heuristics slightly.Anders Broman1-1/+5
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-26/+31
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-12/+8
2013-03-19From beroset:Anders Broman1-3/+3
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2013-01-17Fix for bug 8212.Jaap Keuter1-2/+8