aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-12-24Add -pedantic to --with-extra-gcc-checksJörg Mayer1-2/+2
2003-12-24Fix highlighting of Image record (forgot one fixed header byte).Olivier Biot1-3/+14
2003-12-24Let FT_PROTOCOL fields, if the length specified is -1, have a length ofGuy Harris1-1/+4
2003-12-24Don't display TFTP data if there isn't any to display.Guy Harris1-3/+5
2003-12-24In the loop that processes lines in HTTP requests and replies, loop asGuy Harris2-13/+40
2003-12-24Add support for GIF image dissection.Olivier Biot4-2/+702
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris2-21/+10
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris2-32/+21
2003-12-23Handle the move of "smpp" preferences to "smpp-gsm-sms".Guy Harris1-2/+5
2003-12-23Have "tvb_ensure_length_remaining()" throw the appropriate exception ifGuy Harris2-5/+13
2003-12-23Handle the case where "ssh_dissect_protocol()", for the first packet,Guy Harris1-3/+25
2003-12-23Move the GSM SMS dissection to a dedicated subdissector (currently still withinOlivier Biot4-187/+315
2003-12-23removed COMMON_FILES_GNU from path,Ulf Lamping1-2/+5
2003-12-23calling tethereal in it's place, to prevent problems with dll loadingUlf Lamping1-2/+4
2003-12-23Not all headers in HTTP, RTSP, SIP, etc. are entity headers; rename someGuy Harris6-81/+81
2003-12-23In HTTP-over-TCP, handle more than one HTTP message in a TCP segment.Guy Harris1-10/+57
2003-12-23Process the content length.Guy Harris1-6/+74
2003-12-23Note that we should do the same sort of entity header processing thatGuy Harris1-16/+41
2003-12-23Note that we should handle the Content-Length entity header.Guy Harris1-1/+13
2003-12-23Base the count of selected packets on whether there's aGuy Harris1-14/+14
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping6-62/+62
2003-12-23From Anders Broman: add the alternate TCP port.Guy Harris1-2/+12
2003-12-22Call subdissectors even if we're not building a protocol tree.Guy Harris1-24/+23
2003-12-22Do reassembly of interleaved binary data.Guy Harris1-6/+55
2003-12-22Move SIR to a dedicated subdissector.Olivier Biot1-74/+118
2003-12-22Have a "toc" file in the help directory, which gives a list of helpGuy Harris3-2/+9
2003-12-22Have a "toc" file in the help directory, which gives a list of helpGuy Harris1-106/+111
2003-12-22get rid of the COMMON_FILES_GNU setting,Ulf Lamping3-18/+47
2003-12-22calling pod2man and pod2html indirectly through the bashUlf Lamping1-3/+3
2003-12-22file "convert-include.sh" no longer used, so no need to distribute itUlf Lamping1-2/+2
2003-12-22Set "pinfo->p2p_dir" if the packet wasn't received promiscuously.Guy Harris1-1/+18
2003-12-22Arrange to install the help files.Guy Harris1-3/+7
2003-12-22Speed up WTP dissection by performing TPI subdissection only once and settingOlivier Biot1-41/+58
2003-12-22Use "rreh_do_reassembly()" to do reassembly.Guy Harris1-35/+90
2003-12-22using distributed help text files, instead of "#include" built in textsUlf Lamping8-2280/+4
2003-12-22Patch from Guy: using distributed help text files,Ulf Lamping1-76/+77
2003-12-22distribute the text files in help dirUlf Lamping1-1/+7
2003-12-22We need to do the "if the first fragment we see has no more fragmentsGuy Harris1-8/+14
2003-12-22Fix a typo.Guy Harris1-2/+2
2003-12-22Don't call "nds_defrag()" for positive ACK packets.Guy Harris2-5/+32
2003-12-22Pull the code to do reassembly of the request/response line, entityGuy Harris5-115/+224
2003-12-21Fix unconditional handoff to subdissector introduced with the common reassemblyOlivier Biot1-6/+28
2003-12-21If we don't have any packets, or don't have any filtered packets, don'tGuy Harris1-7/+11
2003-12-21Arrays indexed by a 1-octet unsigned value, if we don't know whichGuy Harris2-4/+4
2003-12-21"sizeof(array)" is the size of the array in bytes, not the number ofGuy Harris2-7/+10
2003-12-21In the MLUM-is-defined code path, "idx" is set - the only issue is ifGuy Harris1-3/+3
2003-12-21Add, for \xXX, the same sanity check (that 0xXX fits in a single byte)Guy Harris1-1/+7
2003-12-21Fix a sprintf to non-malloc()ed memory by using g_strdup_printf() and g_free().Olivier Biot1-4/+5
2003-12-21warning: static declaration for ... follows non-staticJörg Mayer3-13/+8
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping10-34/+33