aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-29"pinfo->match_string" is a "const char *"; save it into a variable ofGuy Harris1-1/+1
2007-09-28Improves dissection of JXTA traffic from http connections. Mike Duigou1-282/+360
2007-08-21Fix a known- and marked-by-a-comment memory leak: replace g_strdup() with se_...Jeff Morriss1-2/+1
2007-08-21Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal...Jeff Morriss1-7/+7
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-4/+0
2007-04-03From Mike Duigou:Richard van der Hoff1-7/+7
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-12/+12
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-12/+12
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...Jeff Morriss1-24/+31
2007-03-23fix a lot more warningsUlf Lamping1-4/+4
2007-02-18From Mike Duigou:Stephen Fisher1-67/+572
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs1-41/+41
2006-06-23coverity 172Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-01UDP and SCTP aren't byte-stream protocols, so they don't offer TCP-styleGuy Harris1-3/+106
2006-03-23From Mike Duigou:Anders Broman1-19/+26
2006-03-09don't use g_message() inside dissector codeUlf Lamping1-12/+12
2006-03-08fix bug 772: and again, don't pass a NULL pointer to a printf like function o...Ulf Lamping1-1/+1
2006-02-13From Mike Duigou:Anders Broman1-124/+278
2005-09-29From Mike DuigouAnders Broman1-18/+22
2005-08-21From Mike Duigou:Anders Broman1-214/+286
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-31/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-4/+4
2005-08-08various code cleanup:Ulf Lamping1-4/+4
2005-07-29Include <epan/emem.h> to declare ep_alloc().Guy Harris1-0/+1
2005-07-28ememify some more tvb_get_string() callsRonnie Sahlberg1-17/+6