aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa25-522/+520
2006-06-28coverity 200 remove redundant null tests for pinfo->fdRonnie Sahlberg1-14/+5
2006-06-28coverity 199 remove a pointless test for NULL for something that can never...Ronnie Sahlberg1-2/+1
2006-06-28coverity 198Ronnie Sahlberg1-2/+2
2006-06-28export functions from oid-resolv.hTomas Kukosa1-0/+4
2006-06-28few OID namesTomas Kukosa1-0/+11
2006-06-27From Martin Mathieson:Anders Broman1-2/+2
2006-06-27From Neil Piercy:Anders Broman1-1/+2
2006-06-27From Neil Piercy:Anders Broman1-1/+26
2006-06-27MSVC doesn't like the conversion from guint64 to double, use gint64 instead (...Ulf Lamping1-1/+1
2006-06-27#include <epan/value_string.h> must be done, even if HAVE_LIBGNUTLS isn't def...Ulf Lamping1-1/+1
2006-06-27make the called subdissectors create their protocol expansion at the first le...Ronnie Sahlberg1-1/+8
2006-06-27from Authesserre SamuelRonnie Sahlberg5-537/+4668
2006-06-27the 1st very simple attempt to support RFC 2198 Redundant Audio DataTomas Kukosa1-1/+138
2006-06-27fix a tiny memory leak where wireshark would lose a few kb once upon startup ...Ronnie Sahlberg1-0/+1
2006-06-27fix a tiny memory leak where we would lose a few kbyte once when wireshark is...Ronnie Sahlberg1-2/+0
2006-06-26add a new column DCE/RPC context IDUlf Lamping4-55/+154
2006-06-25Fix Ethereal bug 1004. Make UDP dissector work on top of IPv6 by filling in p...Jaap Keuter1-3/+6
2006-06-24restore display of optional field names when the optional bit is displayed in...Ronnie Sahlberg1-0/+4
2006-06-24coverity 197 dead codeRonnie Sahlberg1-8/+6
2006-06-24coverity 149 dead codeRonnie Sahlberg1-1/+1
2006-06-24change a parenthesisRonnie Sahlberg1-1/+1
2006-06-24remove some dead code coverity 17Ronnie Sahlberg1-31/+25
2006-06-23change a comment to #if to make it clearer the code is disabledRonnie Sahlberg1-2/+4
2006-06-23coverity 172Ronnie Sahlberg1-1/+1
2006-06-23fix the reading of UUID's from the Win32 registry, it was broken as we switch...Ulf Lamping1-3/+4
2006-06-23coverity 174Ronnie Sahlberg1-3/+6
2006-06-23coverity 190Ronnie Sahlberg1-2/+1
2006-06-23remove some dead codeRonnie Sahlberg1-7/+0
2006-06-23coverity warning 177 deadcodeRonnie Sahlberg1-29/+9
2006-06-22The joys of the C switch statement - you have to remember to useGuy Harris1-0/+1
2006-06-22add another PROFINET specific subtype (5:CHASSIS_MAC)Ulf Lamping1-1/+16
2006-06-22the dissector for AssertionValue that is implemented in the template fileRonnie Sahlberg1-2/+6
2006-06-22Initial fix for bug 974. It does implement RSP header decoding, it lacks RSP ...Jaap Keuter2-8/+84
2006-06-21Put the correct IE names in GTPv1 messages.Anders Broman1-2/+99
2006-06-21comment out the "catapult_dct2000_board_ports_only" part, so the Win32 buildb...Ulf Lamping1-2/+2
2006-06-21Somewhat improve heuristic when SIP is encapsulated in another protocol.Jaap Keuter1-0/+9
2006-06-21two things have irritated me immensly with nfs filehandlesRonnie Sahlberg2-149/+93
2006-06-21update PROFINET port2/3 status textUlf Lamping1-6/+16
2006-06-21fix a commentUlf Lamping1-2/+2
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs32-76/+75
2006-06-20for iscsi traces where there is a lot of packetloss the dissector frequently ...Ronnie Sahlberg1-5/+511
2006-06-20From Albert Chin:Anders Broman1-0/+5
2006-06-20From Albert Chin:Anders Broman4-50/+94
2006-06-19Fix Ethereal bug 994 in Wireshark:Anders Broman1-5/+7
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman5-5/+144
2006-06-19coverity 195Ronnie Sahlberg1-1/+1
2006-06-19add tracking of TID -> sharenamesRonnie Sahlberg2-21/+105
2006-06-19make fid->filename tracking work for files opened with NTCreateAndXRonnie Sahlberg1-0/+8
2006-06-19add infrastructure to make tracking of fid->filename easy to implement and useRonnie Sahlberg2-1/+14