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