aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Make some lengths size_t's.Gerald Combs2-5/+5
2009-03-11More Win64 fixes.Gerald Combs1-2/+2
2008-10-16Removed a "statement not reached" warning.Stig Bjørlykke1-1/+0
2008-09-02Fetch the key length using pntohs. Initialize and check its length.Gerald Combs1-5/+4
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-08-25Add another buffer length check to group key decryption.Gerald Combs1-0/+6
2008-08-25Fix a couple of crashes in WPA group key decryption.Gerald Combs2-0/+7
2008-07-30Add WPA group key decryption from Brian Stormont, via bug 1420:Gerald Combs6-24/+757
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+4
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-24Fix another variable named "index".Guy Harris1-6/+6
2008-06-23Rename a local variable in a macro to avoid collisions with regularGuy Harris1-4/+4
2008-06-23Rename a variable to avoid collisions with the old V7 index() function,Guy Harris1-4/+4
2008-05-23Fix some of the Errors/warnings detected by checkapi.Anders Broman2-1/+5
2008-04-09Remove:Anders Broman1-3/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2008-03-11If we haven't found a handshake packet, say so.Gerald Combs1-1/+1
2008-03-10Change the BSD-licensed written by CACE to BSD+GPL.Gerald Combs9-0/+36
2008-03-05Move the contents of AirPDcapCleanKeys() into AirPDcapInitContext()Gerald Combs2-38/+14
2007-11-28we must include config.h or else NEED_G_ASCII_STRCASECMP_H will never be Ronnie Sahlberg1-1/+5
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-3/+7
2007-10-31From Christopher McKenzie: Zero out our SAs before we use them.Gerald Combs2-22/+8
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok3-3/+3
2007-06-27Make the WPA passphrase a percent-escaped string. Constify and GLib-izeGerald Combs1-9/+16
2007-06-23A recent checkin broke wpa-psk keys; fix it.Gerald Combs1-2/+2
2007-06-21In packet-ieee802.11.c, fix a serious preference bug introduced in theGerald Combs1-2/+5
2007-06-21Be less restrictive about WEP key preferences. Use hex_str_to_bytes toGerald Combs2-254/+148
2007-06-18Be a little less picky about EAPOL packet lengths. Someone sent in aGerald Combs1-2/+2
2007-06-14The 802.11 dissector calculates the header size, so pass that value toGerald Combs4-117/+71
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark Bill Meier1-1/+1
2007-05-20The fix for ad-hoc WEP decryption in r21814 broke WPA. Replace it withGerald Combs3-1157/+1185
2007-05-17Try WEP decryption before WPA. This keeps us from returningGerald Combs1-113/+110
2007-04-23Need to include <epan/pint.h> to get pletohl() defined.Guy Harris1-0/+1
2007-04-23byteReverse assumes its argument is aligned on a 32-bit boundary; makeGuy Harris1-10/+9
2007-04-23The "in" array in an MD5 context is expected to be aligned on a 4-byteGuy Harris1-1/+1
2007-04-23The "in" array in an MD5 context is expected to be aligned on a 4-byteGuy Harris1-11/+11
2007-04-23Get rid of no-longer-needed, and warning-generated, casts.Guy Harris1-10/+10
2007-04-23Make Mk16_le() work on both big-endian and little-endian processors andGuy Harris1-3/+2
2007-04-23Don't assume byte pointers can be safely cast to more aligned pointers;Guy Harris1-9/+6
2007-04-23Don't assume a pointer to UCHAR is necessarily aligned; that nowGuy Harris1-2/+2
2007-04-22Get rid of some const warnings.Guy Harris1-14/+15
2007-04-22Check the GLib version number, not the GTK+ version number; it's GLib weGuy Harris1-1/+1
2007-04-22GString.len has changed signednedd between gtk1 and gtk2Ronnie Sahlberg1-2/+5
2007-04-22Fix a signedness warning.Jörg Mayer1-1/+1
2007-04-22fix the sign of a variable to prevent a singed/unsigned warning during Ronnie Sahlberg1-1/+1
2007-04-14delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound notSebastien Tandel1-67/+0
2007-03-29- Add Makefile.common to EXTRA_DIST (spotted by Christopher Maynard)Jörg Mayer1-2/+3
2007-03-26Don't #define bzero and bcopy to be memset and memcpy on Windows, just use me...Jeff Morriss1-9/+4
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningsStephen Fisher2-28/+4