aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-16Trivial. Fix warning: Value stored to 'str_index' is never read.Chris Maynard1-2/+1
2013-08-16Be sure to forward BIN_DIR to the valgrind script, probably also needed on theEvan Huus1-4/+6
2013-08-16packet-dcerpc-pn-io.c: In function 'dissect_PNIO_C_SDU':Anders Broman1-1/+1
2013-08-16From Wido Kelling:Anders Broman1-1/+2
2013-08-16From Chris Pane:Anders Broman1-146/+137
2013-08-16Try to use smarter path resolution and detection in order to work inEvan Huus2-2/+15
2013-08-16Add one 'volatile' keyword to fix a -Wclobbered and change the tree used in oneEvan Huus1-2/+2
2013-08-16Use convert_proto_tree_add_text.pl to make many filterable items.Michael Mann1-788/+558
2013-08-15Fix Coverity CID 1062616: Unused pointer value.Chris Maynard1-1/+1
2013-08-15Group all "Seconds elapsed appears to be encoded as little-endian" expert inf...Chris Maynard1-3/+3
2013-08-15Original ERF file format documentation is still 404, link to bugzilla.Jakub Zawadzki1-0/+1
2013-08-15[trivial] Use g_stpcpy()Jakub Zawadzki1-2/+2
2013-08-15Get rid of set-but-not-used variable. Link to the tools.ietf.org HTMLGuy Harris1-5/+2
2013-08-15Add $Id$, arrange that it's expanded, use native line endings.Guy Harris1-0/+2
2013-08-15Add $Id$, arrange that it's expanded, use native line endings.Guy Harris1-0/+2
2013-08-15Add $Id$.Guy Harris1-0/+2
2013-08-15Fix $Id$.Guy Harris1-1/+1
2013-08-15Fix $Id$Guy Harris1-1/+1
2013-08-15Expand $Id$, use native line endings.Guy Harris1-1/+1
2013-08-15Expand $Id$, use native line endings, get rid of CRs (they belong onGuy Harris1-451/+451
2013-08-15Add SVN properties to expand $Id$ and use native line endings.Guy Harris0-0/+0
2013-08-15A few more improvements:Michael Mann1-697/+537
2013-08-15Split the code to convert an ethernet address into an int64 into a functionEvan Huus1-50/+24
2013-08-15Free the old name before we add the new one in case the services file hasEvan Huus1-0/+4
2013-08-15From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9040Evan Huus1-3/+24
2013-08-15From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9037Evan Huus1-10/+13
2013-08-15As suggested by Volcke Mario, fixingEvan Huus1-1/+0
2013-08-14use the correct length for the tvbuff of an unknown usb descriptorMartin Kaiser1-1/+1
2013-08-14Add some XXX comment.Jakub Zawadzki1-0/+3
2013-08-14Nowhere in the RFC's (793 or otherwise) does it indicate that if the URG bit ...Chris Maynard1-28/+12
2013-08-14Pre-emptively create the other two hash tables in packet.c for simplicity'sEvan Huus1-15/+5
2013-08-14Global variables considered harmful.Guy Harris5-56/+50
2013-08-14I guess Solaris's getopt_long() "struct option" declaration doesn't haveGuy Harris2-2/+2
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris39-175/+175
2013-08-14Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris1-2/+2
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-5/+5
2013-08-14UN*X pathnames + PL/I's comment syntax = surprises. Yay C++ (and C99).Guy Harris1-1/+1
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-2/+2
2013-08-14Use 4-space indentation consistently.Guy Harris1-214/+214
2013-08-14Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris7-12/+15
2013-08-13Add in more comments on the whole "get the path of the executable fromGuy Harris2-26/+81
2013-08-13As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033Evan Huus3-15/+7
2013-08-13Make what appear to be the intended changes so that all variables are used orEvan Huus1-3/+1
2013-08-13Fix intended proto_tree_add_item() call that mistakenly calledGuy Harris1-1/+1
2013-08-13From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9038Alexis La Goutte1-1/+1
2013-08-13Use start_offset to set the item length in the usual pattern (assuming this wasEvan Huus1-0/+1
2013-08-13Some improvements to the bundle protocol:Michael Mann3-887/+840
2013-08-13Add missing return (reported as missing break by coverity)Martin Mathieson1-1/+2
2013-08-13Show the Lua plugin being loaded in the splash screen.Stig Bjørlykke4-18/+80
2013-08-13Implement in cmake:Jörg Mayer3-0/+14