aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-09don't use g_message() inside dissector codeulfl1-12/+12
2006-03-08fix bug 772: and again, don't pass a NULL pointer to a printf like function o...ulfl1-1/+1
2006-02-13From Mike Duigou:etxrab1-124/+278
2005-09-29From Mike Duigouetxrab1-18/+22
2005-08-21From Mike Duigou:etxrab1-214/+286
2005-08-13some more gmemchunk -> se_alloc() updatessahlberg1-31/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-4/+4
2005-08-08various code cleanup:ulfl1-4/+4
2005-07-29Include <epan/emem.h> to declare ep_alloc().guy1-0/+1
2005-07-28ememify some more tvb_get_string() callssahlberg1-17/+6
2005-06-20From Mike Duigou:etxrab1-178/+202
2005-06-16From Peter Kovar: fix an incorrect assignment that caused a compilationguy1-1/+1
2005-06-16Squelch some unitialized variable warnings.guy1-3/+3
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-5/+5
2005-06-06From Mike Duigou:etxrab1-135/+185
2005-06-03From Mike Duigou:etxrab1-31/+313
2005-03-25jxta updatessahlberg1-9/+10
2005-03-20remove some MSVC warningsulfl1-8/+8
2005-03-15jxta updates from duigousahlberg1-463/+1058
2005-03-05From Mike Duigou updates to JXTAsahlberg1-35/+122
2005-02-18usage of tcp_dissect_pdu is brokensahlberg1-0/+7
2005-01-07Use BASE_NONE, not FT_NONE, for the "base" value of an FT_STRING field.guy1-1/+1
2005-01-07Get rid of duplicate "element signature" field.guy1-65/+39
2005-01-07From Mike Duigou: JXTA protocol support.guy1-0/+548