aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Add a decryption test suite along with an SSL decryption test. Move ourGerald Combs11-18/+198
2012-03-30From Weston Andros Adamson via https://bugs.wireshark.org/bugzilla/show_bug.c...Jeff Morriss1-3/+9
2012-03-30From Liangfeng via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7013 :Jeff Morriss2-2/+10
2012-03-30From Liangfeng via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7012 :Jeff Morriss1-4/+4
2012-03-30Allow unknown extension values to be filterable.Chris Maynard1-3/+5
2012-03-30gcc 4.7 would complain that the getopt stuff was not declared.Jörg Mayer1-17/+19
2012-03-30gcc.47 would complain that rsoffset might be used uninitializedJörg Mayer1-16/+16
2012-03-30Fix compiler warnings (set but not used).Jörg Mayer1-7/+7
2012-03-30Adjusted UAT name.Stig Bjørlykke2-2/+2
2012-03-30Added more UAT's to the list of configuration profile files.Stig Bjørlykke1-0/+15
2012-03-30Call uat->post_update_cb also when not having the uat file.Stig Bjørlykke1-2/+6
2012-03-30Added support for configuring custom LDAP AttributeValue types.Stig Bjørlykke3-44/+374
2012-03-30Recreate the packet list when changing UAT for header fields.Stig Bjørlykke4-5/+16
2012-03-30As pointed out by Alexis: remove a bunch of set-but-unused variables.Jeff Morriss1-76/+3
2012-03-30Get rid of C++/C99-style comments.Jeff Morriss1-56/+56
2012-03-30When a capture starts with a non-zero SN, don't report 0-(SN-1) asMartin Mathieson1-1/+4
2012-03-30From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7007 :Jeff Morriss5-4/+362
2012-03-30Fix the flag used in a test.Martin Mathieson1-1/+1
2012-03-29Fix a test to avoid setting an invalid display filter.Martin Mathieson1-3/+4
2012-03-29ONC-RPC: After we have dissected the decrypted PDU, update offset to reflect ...Ronnie Sahlberg1-0/+1
2012-03-29Update a couple of keys.Gerald Combs1-2/+2
2012-03-29Use the GnuTLS 2.12.18-1.2-1 bundle.Gerald Combs2-8/+8
2012-03-29Remove unused hf variableAlexis La Goutte1-7/+0
2012-03-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2012-03-29From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7009Alexis La Goutte1-9/+181
2012-03-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2012-03-29From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7003Alexis La Goutte1-49/+68
2012-03-29Don't try to convert AttributeValue to string if having a ldap_name dissector.Stig Bjørlykke3-62/+54
2012-03-29ONC-RPC: Add decryption of GSSAPI protected NFS and other ONC based protocolsRonnie Sahlberg1-38/+98
2012-03-29Improve support for primitives that carry NAS-EPS.Martin Mathieson1-14/+122
2012-03-28Add newline at end of file to fix compilation error.Stephen Fisher1-1/+1
2012-03-28Improve the 64-bit check.Gerald Combs1-6/+10
2012-03-28From Irene Ruengeler: Fix a crash.Michael Tüxen1-3/+5
2012-03-28ONC-RPC: When a GSS context is destroyed, that NULL procedure call does not c...Ronnie Sahlberg1-3/+7
2012-03-28From Robin Seggelmann:Michael Tüxen4-2/+36
2012-03-28Fix compilation.Michael Tüxen1-1/+1
2012-03-28remove a header include that was used when debugging and forgotten to be remo...Ronnie Sahlberg1-1/+0
2012-03-28ONC-RPC: add tracking of GSSAPI authentication contextsRonnie Sahlberg1-13/+123
2012-03-28From Ryan Doyle via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6874Alexis La Goutte1-2/+0
2012-03-28From Jason Damori via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7002Alexis La Goutte3-0/+224
2012-03-27Add a script for building 32 and 64 bit Qt libraries for Visual C++Gerald Combs1-0/+76
2012-03-27Use GnuTLS 2.12.18.Gerald Combs3-4/+4
2012-03-27Use AIRPCAP_ERRBUF_SIZE instead of PCAP_ERRBUF_SIZE in one spot.Jeff Morriss1-1/+1
2012-03-27Don't enable airpcap if we don't HAVE_LIBPCAP.Jeff Morriss1-16/+20
2012-03-27Fix indent (use space) and add Modelines info.Alexis La Goutte1-26/+38
2012-03-27Add IPv6 Option : RPL Option RFC-ietf-6man-rpl-option-06Alexis La Goutte1-1/+60
2012-03-27Add IPv6 Option :Alexis La Goutte1-5/+81
2012-03-27SCSI SBC : Add decode for UNMAP commandRonnie Sahlberg2-2/+85
2012-03-27Removed unused pdu_length in pdu_burst_decoder to avoid a warning from clang.Stig Bjørlykke1-4/+1
2012-03-27Added a check for a valid pointer to avoid a warning from clang.Stig Bjørlykke1-2/+2