aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2004-10-27Add unix2dos.pl to the list of files to be distributed.Guy Harris1-0/+1
2004-10-16First support for Unix-to-DOS line termination translation by means of a smallOlivier Biot1-0/+33
2004-10-12From Tomas Kukosa:Guy Harris1-4/+5
2004-10-11More constification of arrays.Guy Harris1-4/+4
2004-10-11Constify "asn_namedbit" structures.Guy Harris1-1/+1
2004-10-08Make "ber_sequence" tables "const".Guy Harris1-2/+2
2004-10-01From Tomas Kukosa:Guy Harris1-55/+86
2004-09-24Use new win32 libs from anonsvn instead of webpage, including setup target. U...Ulf Lamping1-1/+2
2004-09-22From Tomas Kukosa:Guy Harris1-42/+127
2004-09-13from tomas kukosa, fix for generated _PDU() functions to match the dissecto...Ronnie Sahlberg1-2/+2
2004-09-13From Tomas Kukosa, updates to the asn2eth compilerRonnie Sahlberg1-225/+306
2004-08-17Check for both HTTP_PROXY and http_proxy in MSVC++ setup.Olivier Biot1-3/+7
2004-07-27From Tomas Kukosa:Guy Harris1-42/+101
2004-07-27Fromm Tomas Kukosa: update to version 1.5.Guy Harris2-177/+770
2004-07-25Fix up the declaration of yy_accept().Gerald Combs1-1/+4
2004-07-23Trivial warning fixes:Jörg Mayer1-1/+1
2004-07-23make the implicit_tag parameter _U_ to get rid of some compiler warnings in...Ronnie Sahlberg1-1/+1
2004-07-18 .cvsignore is deadJörg Mayer2-17/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer2-0/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris12-12/+12
2004-06-26From Tomas Kukosa: small fix for ASN2ETH compiler concerning creation ofGuy Harris1-18/+22
2004-06-24from tomas kRonnie Sahlberg1-66/+188
2004-06-24from Tomas KRonnie Sahlberg1-92/+372
2004-06-12update asn1 compiler to (hopefully) handle BER SET OF constructsRonnie Sahlberg1-3/+8
2004-06-12Parameter 8 to dissect_ber_bistring() is the ett_ variable (or -1) and notRonnie Sahlberg1-3/+3
2004-06-12From Tomas Kukosa updates to the ASN1 compilerRonnie Sahlberg1-5/+12
2004-06-07update to the asn1 compiler.Ronnie Sahlberg1-6/+1
2004-06-04Tomas updates to H235 and the ASN2ETH compilerRonnie Sahlberg1-13/+25
2004-06-04As Mark Corley pointed out, win32-setup.sh should be part of the distribution.Gerald Combs1-7/+8
2004-06-03From Tomas Kukosa:Guy Harris1-119/+170
2004-05-25The function pointer in a "per_choice_t" or a "per_sequence_t" is to aGuy Harris1-3/+3
2004-05-25Replace some Windows dash/hyphen character with a "-" in some comments.Guy Harris1-5/+8
2004-05-24From Tomas KukosaRonnie Sahlberg3-0/+6129
2004-05-01minor changesUlf Lamping1-1/+2
2004-04-26Some of the DLLs from the developer ZIP archives don't have the executable bitOlivier Biot1-0/+8
2004-04-25Add code for HTTP proxy detection based on the http_proxy shell variable.Olivier Biot1-7/+14
2004-04-25Add support for flex 2.5.31.Gilbert Ramirez1-1/+17
2004-04-09Modify the "setup" target to download the packages we've defined, so that weGerald Combs1-2/+7
2004-04-08Add a Makefile.nmake target called "setup" that uses the scriptGerald Combs1-0/+61
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,Gilbert Ramirez1-2/+23
2004-01-25Fix a warning by using a function typedefJörg Mayer1-5/+9
2004-01-18Fix some of the warnings when compiling with -Wstrict-prototypesJörg Mayer1-4/+2
2003-12-29Give it an RCS ID and copyright notice.Guy Harris1-0/+23
2003-12-29Add a missing backslash for the EXTRA_DIST files.Gilbert Ramirez1-1/+1
2003-12-21removed some MSVC warnings (added type casts)Ulf Lamping1-3/+6
2003-12-09-Tpdml and -Tps force -V. Thus, -V is no longer required when using -Tpdml.Gilbert Ramirez1-1/+1
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez3-0/+602
2003-10-13From Ulf Lamping: add some missing "cd .."s. (I guess the currentGuy Harris1-1/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris2-3/+7
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-1/+74