Fix a number of proto_tree_add_item() encoding args.
[obnox/wireshark/wip.git] / epan / dissectors / packet-jxta.c
2011-11-09 wmeierFix a number of proto_tree_add_item() encoding args.
2011-10-15 wmeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 wmeierFix a benign bug in proto_tree_add_item() 'encoding...
2011-10-10 wmeier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-04-12 wmeierDon't assign to a proto_item * if the value won't be...
2011-01-08 guyIf the lack of a peer conversation is a bug, use one...
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2009-10-09 etxrabFrom Didier Gautheron:
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-07-07 stigChanged flags_set_truth -> tfs_set_notset
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-06-24 stigFrom Kovarththanan Rajaratnam:
2009-05-14 etxrabApply some of the patches from:
2009-04-06 sfisherFix compiler warning/errors
2009-04-06 geraldMore size_t casts/fixes, and string buffers.
2009-01-17 wmeierUse ascii_strdown_inplace instead of g_ascii_strdown...
2008-10-27 wmeierMinor rework related to proto_reg_handoff
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-04-07 sfisher- Remove GLIB1 code
2008-03-02 stigAdded missing array for hf_jxta_element2_encodingid.
2008-01-29 bondolocleanup initial comment. fix urls and email addresses.
2007-12-05 bondologit-svn-id: anonsvn.wireshark.org/wireshark/trunk@23758...
2007-11-26 morrissGet rid of C++/C99 style comments--not all compilers...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-10-02 sahlbergcoverity 263 check if variable is null before...
2007-09-29 guy"pinfo->match_string" is a "const char *"; save it...
2007-09-28 bondoloImproves dissection of JXTA traffic from http connections.
2007-08-21 morrissFix a known- and marked-by-a-comment memory leak: repla...
2007-08-21 morrissChange COPY_ADDRESS to SE_COPY_ADDRESS: all of these...
2007-04-14 standelfix MacOSX gcc-3.3 warnings about unused tfs/value_stri...
2007-04-03 richardvFrom Mike Duigou:
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-27 sfisherFix about 100 simple to fix warnings from gcc 4.0 in...
2007-03-24 morrissClean up some more warnings: unused variables, unitiali...
2007-03-23 ulflfix a lot more warnings
2007-02-18 sfisherFrom Mike Duigou:
2007-02-13 sfisherFrom Sebastien Tandel:
2007-01-29 geraldFix potential buffer overruns in address_to_str_buf...
2006-06-23 sahlbergcoverity 172
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-01 guyUDP and SCTP aren't byte-stream protocols, so they...
2006-03-23 etxrabFrom Mike Duigou:
2006-03-09 ulfldon't use g_message() inside dissector code
2006-03-08 ulflfix bug 772: and again, don't pass a NULL pointer to...
2006-02-13 etxrabFrom Mike Duigou:
2005-09-29 etxrabFrom Mike Duigou
2005-08-21 etxrabFrom Mike Duigou:
2005-08-13 sahlbergsome more gmemchunk -> se_alloc() updates
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-08 ulflvarious code cleanup:
2005-07-29 guyInclude <epan/emem.h> to declare ep_alloc().
2005-07-28 sahlbergememify some more tvb_get_string() calls
2005-06-20 etxrabFrom Mike Duigou:
2005-06-16 guyFrom Peter Kovar: fix an incorrect assignment that...
2005-06-16 guySquelch some unitialized variable warnings.
2005-06-10 ulfljust to get things straight: a dissector should *never...
2005-06-06 etxrabFrom Mike Duigou:
2005-06-03 etxrabFrom Mike Duigou:
2005-03-25 sahlbergjxta updates
2005-03-20 ulflremove some MSVC warnings
2005-03-15 sahlbergjxta updates from duigou
2005-03-05 sahlbergFrom Mike Duigou updates to JXTA
2005-02-18 sahlbergusage of tcp_dissect_pdu is broken
2005-01-07 guyUse BASE_NONE, not FT_NONE, for the "base" value of...
2005-01-07 guyGet rid of duplicate "element signature" field.
2005-01-07 guyFrom Mike Duigou: JXTA protocol support.