Fix [-Wmissing-prototypes]
[metze/wireshark/wip.git] / epan / dissectors / packet-jxta.c
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-02 Michael MannRequire dissector_try_string to pass a data parameter...
2013-10-14 Anders BromanTry to pptimize heuristics slightly.
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Pascal QuantinMore wmem conversion (leaving uat related functions...
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-19 Anders BromanFrom beroset:
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 Bill MeierFix various instances of unused hf[] entries found
2013-01-17 Jaap KeuterFix for bug 8212.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiAdd data parameter to call_dissector_only.
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-01 Michael Mannupdated more display filters per checkfiltername.pl
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-30 Jakub ZawadzkiRevert r42853, cleanup packet-jxta which might really...
2012-05-25 Gerald CombsAdd a null check to fix Coverity CID 280210. It doesn...
2012-04-27 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20120...
2011-11-09 Bill MeierFix a number of proto_tree_add_item() encoding args.
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 Bill MeierFix a benign bug in proto_tree_add_item() 'encoding...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-04-12 Bill MeierDon't assign to a proto_item * if the value won't be...
2011-01-08 Guy HarrisIf the lack of a peer conversation is a bug, use one...
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-10-09 Anders BromanFrom Didier Gautheron:
2009-09-06 Kovarththanan Raja... Rename address_to_str() to ep_address_to_str() because:
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-07-07 Stig BjørlykkeChanged flags_set_truth -> tfs_set_notset
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-24 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-05-14 Anders BromanApply some of the patches from:
2009-04-06 Stephen FisherFix compiler warning/errors
2009-04-06 Gerald CombsMore size_t casts/fixes, and string buffers.
2009-01-17 Bill MeierUse ascii_strdown_inplace instead of g_ascii_strdown...
2008-10-27 Bill MeierMinor rework related to proto_reg_handoff
2008-06-25 Guy HarrisConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-03-02 Stig BjørlykkeAdded missing array for hf_jxta_element2_encodingid.
2008-01-29 Mike Duigoucleanup initial comment. fix urls and email addresses.
2007-12-05 Mike Duigousvn path=/trunk/; revision=23758
2007-11-26 Jeff MorrissGet rid of C++/C99 style comments--not all compilers...
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-10-02 Ronnie Sahlbergcoverity 263 check if variable is null before...
2007-09-29 Guy Harris"pinfo->match_string" is a "const char *"; save it...
2007-09-28 Mike DuigouImproves dissection of JXTA traffic from http connections.
2007-08-21 Jeff MorrissFix a known- and marked-by-a-comment memory leak: repla...
2007-08-21 Jeff MorrissChange COPY_ADDRESS to SE_COPY_ADDRESS: all of these...
2007-04-14 Sebastien Tandelfix MacOSX gcc-3.3 warnings about unused tfs/value_stri...
2007-04-03 Richard van der... From Mike Duigou:
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-27 Stephen FisherFix about 100 simple to fix warnings from gcc 4.0 in...
2007-03-24 Jeff MorrissClean up some more warnings: unused variables, unitiali...
2007-03-23 Ulf Lampingfix a lot more warnings
2007-02-18 Stephen FisherFrom Mike Duigou:
2007-02-13 Stephen FisherFrom Sebastien Tandel:
2007-01-29 Gerald CombsFix potential buffer overruns in address_to_str_buf...
2006-06-23 Ronnie Sahlbergcoverity 172
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-05-01 Guy HarrisUDP and SCTP aren't byte-stream protocols, so they...
2006-03-23 Anders BromanFrom Mike Duigou:
2006-03-09 Ulf Lampingdon't use g_message() inside dissector code
2006-03-08 Ulf Lampingfix bug 772: and again, don't pass a NULL pointer to...
2006-02-13 Anders BromanFrom Mike Duigou:
2005-09-29 Anders BromanFrom Mike Duigou
2005-08-21 Anders BromanFrom Mike Duigou:
2005-08-13 Ronnie Sahlbergsome more gmemchunk -> se_alloc() updates
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-08 Ulf Lampingvarious code cleanup:
2005-07-29 Guy HarrisInclude <epan/emem.h> to declare ep_alloc().
2005-07-28 Ronnie Sahlbergememify some more tvb_get_string() calls
2005-06-20 Anders BromanFrom Mike Duigou:
2005-06-16 Guy HarrisFrom Peter Kovar: fix an incorrect assignment that...
2005-06-16 Guy HarrisSquelch some unitialized variable warnings.
2005-06-10 Ulf Lampingjust to get things straight: a dissector should *never...
2005-06-06 Anders BromanFrom Mike Duigou:
2005-06-03 Anders BromanFrom Mike Duigou:
2005-03-25 Ronnie Sahlbergjxta updates
2005-03-20 Ulf Lampingremove some MSVC warnings
2005-03-15 Ronnie Sahlbergjxta updates from duigou
2005-03-05 Ronnie SahlbergFrom Mike Duigou updates to JXTA
2005-02-18 Ronnie Sahlbergusage of tcp_dissect_pdu is broken
2005-01-07 Guy HarrisUse BASE_NONE, not FT_NONE, for the "base" value of...
2005-01-07 Guy HarrisGet rid of duplicate "element signature" field.
2005-01-07 Guy HarrisFrom Mike Duigou: JXTA protocol support.