aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-27User data is not used in capture_prepare_cb and capture_do_cb.Stig Bjørlykke1-6/+2
2012-03-27Check the user-provided custom header string for invalid characters beforeStig Bjørlykke1-7/+19
2012-03-27Revert r37423: the intent of r34356 was to enable Airpcap by default, it justJeff Morriss1-1/+7
2012-03-27Get things compiling if we HAVE_AIRPCAP.Jeff Morriss2-8/+5
2012-03-27When storing sequence analysis results, add (raw) sequence number andMartin Mathieson2-26/+42
2012-03-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6982 :Jeff Morriss1-9/+21
2012-03-27From Nick Lowe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7001 :Jeff Morriss1-1/+12
2012-03-26There is no "dBm transmit attenuation" field in radiotap; there is,Guy Harris1-13/+13
2012-03-26Fix CID 1336 (new with r40139): infinite loop if length is equal to 1.Jeff Morriss1-5/+1
2012-03-26Fix Coverty 1392 ('name' might be NULL): don't write out the interface name w...Jeff Morriss1-1/+1
2012-03-26Fix CID 1458 (new with r41751): infinite loop if length is equal to 1.Jeff Morriss1-67/+62
2012-03-26In dissect_invokeData(), fixup the default case of the switch statement. Fix...Chris Maynard4-134/+142