aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-26Fix a bunch of warnings.Guy Harris1-82/+82
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-16/+12
2012-08-01updated more display filters per checkfiltername.plMichael Mann1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-30Revert r42853, cleanup packet-jxta which might really fix CID 280210Jakub Zawadzki1-22/+6
2012-05-25Add a null check to fix Coverity CID 280210. It doesn't look like we'dGerald Combs1-0/+3
2012-04-27As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-6/+6
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-19/+19
2011-10-10Fix a benign bug in proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-4/+4
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 954 & 955;Bill Meier1-14/+9
2011-01-08If the lack of a peer conversation is a bug, use one of theGuy Harris1-9/+7
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-10/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-09From Didier Gautheron:Anders Broman1-3/+3
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-12/+12
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-8/+8
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-12/+4
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-11/+11
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-220/+220
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-05-14Apply some of the patches from:Anders Broman1-2/+1