aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-10-27Fix indentation.Guy Harris1-9/+9
2004-10-27Check whether any input files were specified, and print an error forGuy Harris1-0/+4
2004-10-27Add unix2dos.pl to the list of files to be distributed.Guy Harris1-0/+1
2004-10-27two more dia diagrams about Ethereals capture engine and updated the first oneUlf Lamping6-0/+0
2004-10-27a dia diagram about Ethereal development (hopefully later some more) Ulf Lamping2-0/+0
2004-10-27Check to make sure we don't give a protocol tree item a negative length.Guy Harris2-15/+20
2004-10-27fix doxygen generationUlf Lamping2-2/+2
2004-10-27fix doxygen tagsUlf Lamping3-3/+3
2004-10-27fix doxygen generationUlf Lamping3-2/+67
2004-10-27fix doxygen generationUlf Lamping1-0/+0
2004-10-27fix doxygen tagsUlf Lamping1-1/+0
2004-10-27Don't have two variables, in different scopes in the same routine, haveGuy Harris1-4/+4
2004-10-27Encapsulate into a macro the idiomGuy Harris1-35/+15
2004-10-26Document the personal capture and display filters list in the FILESGuy Harris1-10/+14
2004-10-26Fix the file name in the initial comment.Guy Harris1-1/+1
2004-10-26Rename the "boolean" enum to "val_boolean" lest the Microsoft compiler letGerald Combs1-14/+14
2004-10-26make the dissector use the nice #.REGISTER directiveRonnie Sahlberg2-17/+10
2004-10-26 use the nice #.REGISTER directive instead of handcoding it in teh templateRonnie Sahlberg2-36/+8
2004-10-26new cms dissector based on updated and cleaned up conformance and template file.Ronnie Sahlberg1-36/+55
2004-10-26Use the much better #.REGISTER directive instead of the #.PDU directiveRonnie Sahlberg2-11/+10
2004-10-26Add a "data" item to the opt_info structure, containing a "const voidGuy Harris1-367/+345
2004-10-25Make yes_no work in "dissect_netware_ip_suboption()" the way it worksGuy Harris1-27/+28
2004-10-25"struct o43pxeclient_opt_info" and "struct o43cablelabs_opt_info" lookGuy Harris1-16/+6
2004-10-25Remove val_s_long as it's unimplemented and unused - put it back if it'sGuy Harris1-138/+169
2004-10-25Rename "ipv4" to "ipv4_list", as it's used for lists of IPv4 addresses,Guy Harris1-48/+58
2004-10-25Pass to the the routines that dissect suboption lists the offset of theGuy Harris1-219/+465
2004-10-24Restructure the DHCP option parsing a bit, to make it a bit clearer -Guy Harris1-132/+248
2004-10-24Don't display the FQDN in the FQDN option if the length of the FQDN isGuy Harris1-15/+17
2004-10-24Fix the length used for the name in the FQDN option.Guy Harris1-2/+2
2004-10-24make SEQUENCE OF and CHOICE handle indefinite length encodingsRonnie Sahlberg1-18/+75
2004-10-24From Yaniv Kaul: name some more interface calls.Guy Harris1-1/+5
2004-10-23Remove the include of <epan/prefs.h> from files that don't call anyGuy Harris3-3/+0
2004-10-23Put the name, as well as the value, of the family and subfamily fieldsGuy Harris1-1/+3
2004-10-22From Josh Bailey: fix the fetch of the IPDC payload length, it's only 10Guy Harris1-3/+6
2004-10-22Add an item for DNS IPSECKEY RR support for David Fort.Guy Harris1-0/+1
2004-10-22add a section about "Windows folders"Ulf Lamping1-7/+95
2004-10-22Change some code that affects g_resolv_flags to set a flag if the checkGuy Harris2-5/+19
2004-10-22From Alejandro Vaquero: start T.38 conversations for SDP sessions.Guy Harris4-5/+236
2004-10-22From Francisco Alcoba: declare the tap data as static, so it's stillGuy Harris1-1/+1
2004-10-22For the .pod->.html rules, find the ".pod" files in $(srcdir),Guy Harris1-6/+6
2004-10-22Include "Makefile.common" in the list of files to put into theGuy Harris1-2/+3
2004-10-21cleanup "Packet Reassembling" sectionUlf Lamping1-35/+9
2004-10-21removed the protocols list completely, as I don't want to update it to the cu...Ulf Lamping3-340/+0
2004-10-21add info about temporary capture files and a section about "Windows NT/2000/X...Ulf Lamping1-13/+51
2004-10-21The top-level window's list of capture filter expressions might not yetGuy Harris1-1/+2
2004-10-21From Laurent Rabret:Gerald Combs3-1/+30
2004-10-20At least some versions of the OS X NFS client (and possibly some if notGuy Harris1-54/+67
2004-10-20Pull in versions from the 0.10.7 branch.Gerald Combs2-6377/+4841
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in a...Ulf Lamping13-87/+87
2004-10-20From Tomas Kukosa: export bytes_to_str_punct().Guy Harris1-0/+1