aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-03-31Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki3-0/+350
2012-03-31These buffers in tvb_uncompress() can't ovelaps, so use optimized memcpy().Jakub Zawadzki1-4/+3
2012-03-31Fix for bug #6480 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6480)Jakub Zawadzki1-1/+11
2012-03-31SCSI SBC: Start decoding LogicalBlockProvisioning VPD pageRonnie Sahlberg1-2/+57
2012-03-30SCSI SBC: Add the new fields that have been added to READ_CAPACITY16Ronnie Sahlberg1-0/+50
2012-03-30From Svetoslav Duhovnikov via https://bugs.wireshark.org/bugzilla/show_bug.cg...Jeff Morriss1-1/+365
2012-03-30From Claude LeFrancois: Support 2 new GTP Information Elements. The Fully Qu...Anders Broman1-7/+92
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=7012 :Jeff Morriss1-4/+4
2012-03-30Allow unknown extension values to be filterable.Chris Maynard1-3/+5
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ørlykke1-1/+1
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ørlykke1-40/+205
2012-03-30Recreate the packet list when changing UAT for header fields.Stig Bjørlykke3-2/+3
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 Morriss4-4/+361
2012-03-29ONC-RPC: After we have dissected the decrypted PDU, update offset to reflect ...Ronnie Sahlberg1-0/+1
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ørlykke1-46/+42
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-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-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-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-27Check the user-provided custom header string for invalid characters beforeStig Bjørlykke1-7/+19
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 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 Maynard2-93/+97
2012-03-26Fix Coverity CID 1456: UNUSED_VALUE.Chris Maynard1-1/+1
2012-03-26Wrap a couple of very long lines.Chris Maynard1-2/+12
2012-03-26Line wrap a few very long lines.Jeff Morriss1-47/+95
2012-03-26From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6999 :Jeff Morriss5-6/+255
2012-03-26From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6998 :Jeff Morriss3-0/+105