aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-08-26Fix some macro name errors.Guy Harris2-4/+4
2008-08-26#include <emem.h> not req'dBill Meier68-68/+0
2008-08-26Get rid of an unused variable in the P7 dissector.Guy Harris3-27/+41
2008-08-25#include <prefs.h> not req'dBill Meier44-48/+0
2008-08-25Add Answer or Request to the Command name in the info column depending onAnders Broman1-1/+2
2008-08-25#include <prefs.h> not req'd; Fix indentation to be conistentBill Meier1-109/+109
2008-08-25From Andrei Slavoiu:Anders Broman1-7/+7
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...Bill Meier1-18/+12
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...Bill Meier2-52/+21
2008-08-25Remove unnecessary registration of a prefs callbackBill Meier1-3/+1
2008-08-25Remove unnecessary registration of a prefs callback & do minor cleanupBill Meier2-6/+2
2008-08-25prefs.h not req'd; cleanup reg_handoff; Bill Meier1-8/+3
2008-08-25remove unnecessary registration of a prefs callback; minor cleanupBill Meier1-3/+1
2008-08-25remove unnecessary prefs registration since no prefs; minor cleanupBill Meier1-10/+0
2008-08-25Remove unnecessary prefs callback; simplify reg_handoff; minor cleanupBill Meier1-13/+7
2008-08-25Move a buffer from the stack & do some minor cleanupBill Meier1-9/+5
2008-08-25If HAVE_KERBEROS isn't defined, enc_authorization_data_etype isn'tGuy Harris1-0/+3
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-08-25implement pac info type #12 UPN_DNS_INFORonnie Sahlberg1-1/+96
2008-08-25start adding support to decrypt and dissect the enc-authorization-data Ronnie Sahlberg1-1/+86
2008-08-25add a preference and code for tracking how many un-acked bytes are in Ronnie Sahlberg2-0/+67
2008-08-24From Stefan Monhof:Anders Broman1-1/+1
2008-08-24From Neil Piercy:Anders Broman8-5939/+5965
2008-08-24From: Stefan Monhof:Anders Broman2-76/+425
2008-08-22One set of tests for whether a packet looks like a STUN2 packetGuy Harris1-57/+19
2008-08-22Only use one IP address for seq/ack analysis.Stig Bjørlykke1-22/+20
2008-08-22Fix a (probably benign) case where it appears that && should be &Bill Meier1-1/+1
2008-08-22Fix a case of && which should be &; add some parentheses for clarityBill Meier1-1/+1
2008-08-21Add an expert info noting an a_rwnd of 0.Jeff Morriss1-2/+9
2008-08-21Modified version of a fix from Christopher Maynard as reported in bug 2822.Bill Meier1-2/+1
2008-08-21Fix from christopher maynard as reported in bug 2822Bill Meier1-1/+1
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstGerald Combs1-4/+4
2008-08-21From Neil Piercy:Anders Broman1-1/+7
2008-08-20The first argument to vendor IE dissectors is a proto_item *, not aGuy Harris1-19/+30
2008-08-20From David Woodhouse:Anders Broman1-4/+286
2008-08-20From Scott Bailey:Jaap Keuter3-2/+59
2008-08-20Lint reports addressed.Jaap Keuter1-33/+30
2008-08-20From Eric Travis:Jaap Keuter1-1/+4
2008-08-20From Steve Friedman:Jaap Keuter1-3/+3
2008-08-20Fix up the construction of a subset tvbuff.Guy Harris1-3/+1
2008-08-19Fix bug:Anders Broman1-5/+36
2008-08-19Add a comment.Anders Broman1-0/+14
2008-08-19Add OUI_MARVELLAnders Broman1-0/+1
2008-08-19From Neil Piercy:Anders Broman8-6479/+6692
2008-08-19Add to a comment.Guy Harris1-0/+3
2008-08-15Added handling of missing sequence number range in ack.Stig Bjørlykke1-82/+145
2008-08-14Use const with value_string array definitionsBill Meier18-58/+58
2008-08-14It looks like /Zd was removed in VC++ 2005.Gerald Combs1-2/+2
2008-08-14Added a missing {0,NULL} as noted by Christopher.Stig Bjørlykke1-0/+1