aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-08-26#include <emem.h> not req'dwmeier68-68/+0
2008-08-26Get rid of an unused variable in the P7 dissector.guy3-27/+41
2008-08-25#include <prefs.h> not req'dwmeier44-48/+0
2008-08-25Add Answer or Request to the Command name in the info column depending onetxrab1-1/+2
2008-08-25#include <prefs.h> not req'd; Fix indentation to be conistentwmeier1-109/+109
2008-08-25From Andrei Slavoiu:etxrab1-7/+7
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...wmeier1-18/+12
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...wmeier2-52/+21
2008-08-25Remove unnecessary registration of a prefs callbackwmeier1-3/+1
2008-08-25Remove unnecessary registration of a prefs callback & do minor cleanupwmeier2-6/+2
2008-08-25prefs.h not req'd; cleanup reg_handoff; wmeier1-8/+3
2008-08-25remove unnecessary registration of a prefs callback; minor cleanupwmeier1-3/+1
2008-08-25remove unnecessary prefs registration since no prefs; minor cleanupwmeier1-10/+0
2008-08-25Remove unnecessary prefs callback; simplify reg_handoff; minor cleanupwmeier1-13/+7
2008-08-25Move a buffer from the stack & do some minor cleanupwmeier1-9/+5
2008-08-25If HAVE_KERBEROS isn't defined, enc_authorization_data_etype isn'tguy1-0/+3
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-08-25implement pac info type #12 UPN_DNS_INFOsahlberg1-1/+96
2008-08-25start adding support to decrypt and dissect the enc-authorization-data sahlberg1-1/+86
2008-08-25add a preference and code for tracking how many un-acked bytes are in sahlberg2-0/+67
2008-08-24From Stefan Monhof:etxrab1-1/+1
2008-08-24From Neil Piercy:etxrab8-5939/+5965
2008-08-24From: Stefan Monhof:etxrab2-76/+425
2008-08-22One set of tests for whether a packet looks like a STUN2 packetguy1-57/+19
2008-08-22Only use one IP address for seq/ack analysis.stig1-22/+20
2008-08-22Fix a (probably benign) case where it appears that && should be &wmeier1-1/+1
2008-08-22Fix a case of && which should be &; add some parentheses for claritywmeier1-1/+1
2008-08-21Add an expert info noting an a_rwnd of 0.morriss1-2/+9
2008-08-21Modified version of a fix from Christopher Maynard as reported in bug 2822.wmeier1-2/+1
2008-08-21Fix from christopher maynard as reported in bug 2822wmeier1-1/+1
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstgerald1-4/+4
2008-08-21From Neil Piercy:etxrab1-1/+7
2008-08-20The first argument to vendor IE dissectors is a proto_item *, not aguy1-19/+30
2008-08-20From David Woodhouse:etxrab1-4/+286
2008-08-20From Scott Bailey:jake3-2/+59
2008-08-20Lint reports addressed.jake1-33/+30
2008-08-20From Eric Travis:jake1-1/+4
2008-08-20From Steve Friedman:jake1-3/+3
2008-08-20Fix up the construction of a subset tvbuff.guy1-3/+1
2008-08-19Fix bug:etxrab1-5/+36
2008-08-19Add a comment.etxrab1-0/+14
2008-08-19Add OUI_MARVELLetxrab1-0/+1
2008-08-19From Neil Piercy:etxrab8-6479/+6692
2008-08-19Add to a comment.guy1-0/+3
2008-08-15Added handling of missing sequence number range in ack.stig1-82/+145
2008-08-14Use const with value_string array definitionswmeier18-58/+58
2008-08-14It looks like /Zd was removed in VC++ 2005.gerald1-2/+2
2008-08-14Added a missing {0,NULL} as noted by Christopher.stig1-0/+1
2008-08-14From cjkelly1: Add "/MD" to the PortAudio compilation flags. Fixesgerald1-1/+3