aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-01updated more display filters per checkfiltername.plmmann1-3/+3
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-25/+12
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-19/+19
2011-10-10Fix a benign bug in proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-4/+4
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 954 & 955;wmeier1-14/+9
2011-01-08If the lack of a peer conversation is a bug, use one of theguy1-9/+7
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-10/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-10-09From Didier Gautheron:etxrab1-3/+3
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-12/+12
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-8/+8
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-12/+4
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-11/+11
2009-07-07From Kovarththanan Rajaratnam:stig1-220/+220
2009-06-24From Kovarththanan Rajaratnam:stig1-2/+2
2009-05-14Apply some of the patches from:etxrab1-2/+1
2009-04-06Fix compiler warning/errorssfisher1-1/+1
2009-04-06More size_t casts/fixes, and string buffers.gerald1-40/+35
2009-01-17Use ascii_strdown_inplace instead of g_ascii_strdown in a few places.wmeier1-5/+3
2008-10-27Minor rework related to proto_reg_handoffwmeier1-9/+6
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-04-07- Remove GLIB1 codesfisher1-5/+0
2008-03-02Added missing array for hf_jxta_element2_encodingid.stig1-0/+4
2008-01-29cleanup initial comment. fix urls and email addresses.bondolo1-6/+7
2007-12-05git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23758 f5534014-38df-...bondolo1-12/+1
2007-11-26Get rid of C++/C99 style comments--not all compilers support themmorriss1-37/+37
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-10-02coverity 263 check if variable is null before dereferencing itsahlberg1-2/+3
2007-09-29"pinfo->match_string" is a "const char *"; save it into a variable ofguy1-1/+1
2007-09-28Improves dissection of JXTA traffic from http connections. bondolo1-282/+360
2007-08-21Fix a known- and marked-by-a-comment memory leak: replace g_strdup() with se_...morriss1-2/+1
2007-08-21Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal...morriss1-7/+7
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-4/+0
2007-04-03From Mike Duigou:richardv1-7/+7
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-12/+12
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-12/+12
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...morriss1-24/+31
2007-03-23fix a lot more warningsulfl1-4/+4
2007-02-18From Mike Duigou:sfisher1-67/+572
2007-02-13From Sebastien Tandel:sfisher1-0/+1
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej gerald1-41/+41
2006-06-23coverity 172sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-05-01UDP and SCTP aren't byte-stream protocols, so they don't offer TCP-styleguy1-3/+106
2006-03-23From Mike Duigou:etxrab1-19/+26