aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-04-16From Victor Fajardo: update the PANA dissector to draft-15aJeff Morriss2-136/+103
svn path=/trunk/; revision=21447
2007-04-16Fix a couple warningsJeff Morriss2-10/+10
svn path=/trunk/; revision=21446
2007-04-16move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export themTomas Kukosa2-391/+420
svn path=/trunk/; revision=21445
2007-04-16Unused parameterJaap Keuter1-2/+1
svn path=/trunk/; revision=21444
2007-04-16Frame numbers are unsigned, print them as suchJeff Morriss7-27/+27
svn path=/trunk/; revision=21443
2007-04-16Wireshark now requires support for 64-bit types so there's no need to #ifdefJeff Morriss6-41/+18
around them. Print 64-bit types using the PRI macros; add inttypes.h to tap.h (if necessary) to pick up those macros for all the taps. svn path=/trunk/; revision=21442
2007-04-15Replace 14 for loops (each setting an array of integers to 0) with a memsetJeff Morriss1-43/+4
svn path=/trunk/; revision=21441
2007-04-15Revert commit 21430 and use #if 0/#endif insteadJörg Mayer1-0/+62
svn path=/trunk/; revision=21440
2007-04-14uninitialized warning fixSebastien Tandel1-0/+1
svn path=/trunk/; revision=21439
2007-04-14From Sake Blok:Stephen Fisher1-1/+11
Fix false malformed SSL handshake messages svn path=/trunk/; revision=21438
2007-04-14"false" unused variables (they are not use in wiretap repo)Sebastien Tandel1-9/+9
svn path=/trunk/; revision=21437
2007-04-14unused variableSebastien Tandel1-4/+4
svn path=/trunk/; revision=21436
2007-04-14Fix a bug in the ASN1 spec. ( I can't regenerate the dissector currently).Anders Broman1-3/+3
svn path=/trunk/; revision=21435
2007-04-14even this repo contains code generated by lex!Sebastien Tandel1-3/+0
svn path=/trunk/; revision=21434
2007-04-14move ipsec to DISSECTOR_SRCSebastien Tandel4-8/+8
fix some more MacOSX gcc warnings svn path=/trunk/; revision=21433
2007-04-14remove "treat warnings as errors" barrier for every repo containing codeSebastien Tandel3-11/+0
generated by $(LEX) until a solution is found to compile them separately. svn path=/trunk/; revision=21432
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel31-179/+61
most have been tagged unused (few have been deleted if dissector has not been modified since a long time) move packet-ssl-utils.c to DISSECTOR_SRC svn path=/trunk/; revision=21431
2007-04-14get rid of unused variables (tfs, value_string)Sebastien Tandel1-58/+0
svn path=/trunk/; revision=21430
2007-04-14delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound notSebastien Tandel1-67/+0
present in the wireshark code svn path=/trunk/; revision=21429
2007-04-14typo fixSebastien Tandel1-1/+1
svn path=/trunk/; revision=21428
2007-04-14Beginnings of a Cisco ERSPAN dissector - the only thing missing is the codeJörg Mayer6-1/+173
to actually call this (aka to handle the ambiguities of DLT values). svn path=/trunk/; revision=21427
2007-04-14Same as for top level configure.inJörg Mayer1-8/+16
svn path=/trunk/; revision=21426
2007-04-14Disable warnings as errors if extra gcc warnings was specified.Jörg Mayer1-8/+16
Change to positive logic --without-warnings-as-errors (default no) ==> --with-warnings-as-errors (default yes) svn path=/trunk/; revision=21425
2007-04-13don't treat warnings as errors until a solution is found for scanner.cSebastien Tandel1-4/+0
depending on the lex used, it may generates warning. svn path=/trunk/; revision=21424
2007-04-13Fix some Solaris buildbot warningsStephen Fisher4-8/+8
svn path=/trunk/; revision=21423
2007-04-13change the script to automatically stop on warning if compiling with gcc.Sebastien Tandel1-9/+11
svn path=/trunk/; revision=21422
2007-04-13change the script to automatically stop on warning if compiling with gcc.Sebastien Tandel1-16/+19
svn path=/trunk/; revision=21421
2007-04-13Remove unused variable that is causing a warning Stephen Fisher1-1/+0
svn path=/trunk/; revision=21420
2007-04-13Fixup whitespace.Gerald Combs1-4/+4
svn path=/trunk/; revision=21419
2007-04-13move to CLEAN_DISSECTOR_SRCSebastien Tandel1-1/+1
svn path=/trunk/; revision=21418
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingSebastien Tandel5-6/+7
at the pcap interface. svn path=/trunk/; revision=21417
2007-04-13fix gcc warningSebastien Tandel1-1/+1
svn path=/trunk/; revision=21416
2007-04-13802.11k/n updates from Dustin Johnson:Gerald Combs1-342/+1101
- Refactored Frame Control into its own function - Refactored the Action field - Add Block Ack/Block Ack Request - Add a Control Wrapper stub - Add the Neigbor Report tag - Add the Extended Channel Switch Announcement tag - Add the Supported Regulatory Classes tag - Add the Secondary Channel Offset tag svn path=/trunk/; revision=21415
2007-04-13ultimate declaration of a volatile variable to let gcc-3.4 happy.Sebastien Tandel1-1/+1
svn path=/trunk/; revision=21414
2007-04-13 Have the h248term handle evaluated as late as possible.Luis Ontanon2-4/+12
svn path=/trunk/; revision=21413
2007-04-13another attempt to let windows buildbot becoming greenSebastien Tandel7-318/+325
fix rev21398 (gcc warning fix) svn path=/trunk/; revision=21412
2007-04-13miss some volatile qualifiers in scsi-osdSebastien Tandel1-2/+2
svn path=/trunk/; revision=21411
2007-04-13fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRCSebastien Tandel3-7/+7
svn path=/trunk/; revision=21410
2007-04-13use of volatile for every functions and not only the ones using the ExceptionSebastien Tandel6-192/+192
mechanisms. (fix rev21398) Windows buildbot sould be green again as formal parameters are the same as the ones in the declaration now. svn path=/trunk/; revision=21409
2007-04-13fix gcc warning :Sebastien Tandel1-1/+1
use of new_register_dissector instead of register_dissector svn path=/trunk/; revision=21408
2007-04-13support of tagged types for BER - i.e. tagged assignments, more than one ↵Tomas Kukosa1-25/+104
level tags in SEQUENCE/CHOICE it has to be enabled with -T option as it is experimental svn path=/trunk/; revision=21407
2007-04-13H.235.7: MIKEY in H.323Tomas Kukosa7-58/+552
svn path=/trunk/; revision=21406
2007-04-13remove ref to ansi_map/README in the MakefileSebastien Tandel1-1/+0
ubuntu buildbot should work again svn path=/trunk/; revision=21405
2007-04-13From Kevin A. Noll via bug 1522:Jeff Morriss2-29/+48
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1522 Support for WLCCP version 0xC1. Also updated his email address in AUTHORS. svn path=/trunk/; revision=21404
2007-04-13Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns()Jeff Morriss1-2/+2
as per the change in rev 21398 to get Windows builds working again. svn path=/trunk/; revision=21403
2007-04-13Remove the obsolete readme file.Anders Broman1-8/+0
svn path=/trunk/; revision=21402
2007-04-13Fix a mis-labeled field reported in Ethereal bug 1101. Update allGerald Combs1-47/+47
of the short descriptions and fill in all of the long descriptions. Fix up whitespace. svn path=/trunk/; revision=21401
2007-04-13Fix for link commands for exntest.exe, tvbtest.exe and reassemble_test.exe;Bill Meier1-5/+4
(Seems to work using vc6 on Windows XP). svn path=/trunk/; revision=21400
2007-04-13Fix unused variable warning when neither SSL_DECRYPT_DEBUG nor ↵Stephen Fisher1-0/+3
HAVE_LIBGNUTLS is defined. svn path=/trunk/; revision=21399
2007-04-13Fix various warningsStephen Fisher9-20/+26
Move packet-cops.c out of clean dissectors due to a #define conflict in the headers of net-snmp with our config.h svn path=/trunk/; revision=21398