aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-06Fix compiler warning/errorsStephen Fisher1-1/+1
2009-04-06More size_t casts/fixes, and string buffers.Gerald Combs1-40/+35
2009-01-17Use ascii_strdown_inplace instead of g_ascii_strdown in a few places.Bill Meier1-5/+3
2008-10-27Minor rework related to proto_reg_handoffBill Meier1-9/+6
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-04-07- Remove GLIB1 codeStephen Fisher1-5/+0
2008-03-02Added missing array for hf_jxta_element2_encodingid.Stig Bjørlykke1-0/+4
2008-01-29cleanup initial comment. fix urls and email addresses.Mike Duigou1-6/+7
2007-12-05svn path=/trunk/; revision=23758Mike Duigou1-12/+1
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-37/+37
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-02coverity 263 check if variable is null before dereferencing itRonnie Sahlberg1-2/+3