aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵Tomas Kukosa25-522/+520
packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them svn path=/trunk/; revision=18595
2006-06-28coverity 200 remove redundant null tests for pinfo->fdRonnie Sahlberg1-14/+5
svn path=/trunk/; revision=18594
2006-06-28coverity 199 remove a pointless test for NULL for something that can ↵Ronnie Sahlberg1-2/+1
never be null. svn path=/trunk/; revision=18593
2006-06-28coverity 198Ronnie Sahlberg1-2/+2
svn path=/trunk/; revision=18592
2006-06-28export functions from oid-resolv.hTomas Kukosa1-0/+4
svn path=/trunk/; revision=18591
2006-06-28few OID namesTomas Kukosa1-0/+11
svn path=/trunk/; revision=18590
2006-06-27From Martin Mathieson:Anders Broman1-2/+2
Fix Bug 976 Looking at frame 170 in the trace, it looks like tvb_get_ephemeral_text() struggles with the null character in the middle of the 4th parameter (in the WWW-Authenticate header) and returns NULL. The attached patch uses tvb_format_text() instead which also does a better job of showing the string. svn path=/trunk/; revision=18589
2006-06-27From Neil Piercy:Anders Broman1-1/+2
Just to add dissector name registration to the main IETF AMR dissector. svn path=/trunk/; revision=18587
2006-06-27From Neil Piercy:Anders Broman1-1/+26
The patch avoids the crash for unknown messages, adds the Common Id message dissection which caused it, and also add dissector name registration for the 2 other protocols which this file can provide. svn path=/trunk/; revision=18586
2006-06-27MSVC doesn't like the conversion from guint64 to double, use gint64 instead ↵Ulf Lamping1-1/+1
(should be safe if I understand the implementation correct) svn path=/trunk/; revision=18585
2006-06-27#include <epan/value_string.h> must be done, even if HAVE_LIBGNUTLS isn't ↵Ulf Lamping1-1/+1
defined svn path=/trunk/; revision=18584
2006-06-27make the called subdissectors create their protocol expansion at the first ↵Ronnie Sahlberg1-1/+8
level of the tree and not deep inside the SSL layer makes the traces much more readable svn path=/trunk/; revision=18583
2006-06-27from Authesserre SamuelRonnie Sahlberg5-537/+4668
SSL updates and DTLS support svn path=/trunk/; revision=18582
2006-06-27the 1st very simple attempt to support RFC 2198 Redundant Audio DataTomas Kukosa1-1/+138
svn path=/trunk/; revision=18581
2006-06-27fix a tiny memory leak where wireshark would lose a few kb once upon startup ↵Ronnie Sahlberg1-0/+1
if there was no radius directory svn path=/trunk/; revision=18580
2006-06-27fix a tiny memory leak where we would lose a few kbyte once when wireshark ↵Ronnie Sahlberg1-2/+0
is starting up svn path=/trunk/; revision=18579
2006-06-26add a new column DCE/RPC context IDUlf Lamping4-55/+154
svn path=/trunk/; revision=18578
2006-06-25Fix Ethereal bug 1004. Make UDP dissector work on top of IPv6 by filling in ↵Jaap Keuter1-3/+6
pinfo fields correctly. svn path=/trunk/; revision=18574
2006-06-24restore display of optional field names when the optional bit is displayed ↵Ronnie Sahlberg1-0/+4
in the tree svn path=/trunk/; revision=18573
2006-06-24coverity 197 dead codeRonnie Sahlberg1-8/+6
svn path=/trunk/; revision=18572
2006-06-24coverity 149 dead codeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18571
2006-06-24change a parenthesisRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18570
2006-06-24remove some dead code coverity 17Ronnie Sahlberg1-31/+25
svn path=/trunk/; revision=18567
2006-06-23change a comment to #if to make it clearer the code is disabledRonnie Sahlberg1-2/+4
svn path=/trunk/; revision=18566
2006-06-23coverity 172Ronnie Sahlberg1-1/+1
remove a dead code condition svn path=/trunk/; revision=18565
2006-06-23fix the reading of UUID's from the Win32 registry, it was broken as we ↵Ulf Lamping1-3/+4
switched to UNICODE compilation I thought there was a bugzilla entry about this, but couldn't find it svn path=/trunk/; revision=18561
2006-06-23coverity 174Ronnie Sahlberg1-3/+6
ifdef out a few lines of dead code for a feature that is not yet finished remove two compiler warnings about uninitialized variables (they are not uninitialized, just gcc being dumb) svn path=/trunk/; revision=18558
2006-06-23coverity 190Ronnie Sahlberg1-2/+1
remove some dead code svn path=/trunk/; revision=18557
2006-06-23remove some dead codeRonnie Sahlberg1-7/+0
coverity 191 svn path=/trunk/; revision=18556
2006-06-23coverity warning 177 deadcodeRonnie Sahlberg1-29/+9
replace overly convoluted code with much simpler code. stateid is a simple 16 byte structure and there is no need to make it more complex than it is. svn path=/trunk/; revision=18555
2006-06-22The joys of the C switch statement - you have to remember to useGuy Harris1-0/+1
"break;" between cases except in those rare situations where you *want* fallthrough. svn path=/trunk/; revision=18550
2006-06-22add another PROFINET specific subtype (5:CHASSIS_MAC)Ulf Lamping1-1/+16
svn path=/trunk/; revision=18549
2006-06-22the dissector for AssertionValue that is implemented in the template fileRonnie Sahlberg1-2/+6
did not check the implicit_tag flag and caused extensiblematch filters to show up as malformed packets. svn path=/trunk/; revision=18540
2006-06-22Initial fix for bug 974. It does implement RSP header decoding, it lacks RSP ↵Jaap Keuter2-8/+84
trailer decoding. ASF 2.0 messages added to ASF decoder . svn path=/trunk/; revision=18539
2006-06-21Put the correct IE names in GTPv1 messages.Anders Broman1-2/+99
svn path=/trunk/; revision=18538
2006-06-21comment out the "catapult_dct2000_board_ports_only" part, so the Win32 ↵Ulf Lamping1-2/+2
buildbot has at least a chance to compile again This is really not the preferred solution, but the current situation is even more ugly. svn path=/trunk/; revision=18537
2006-06-21Somewhat improve heuristic when SIP is encapsulated in another protocol.Jaap Keuter1-0/+9
svn path=/trunk/; revision=18531
2006-06-21two things have irritated me immensly with nfs filehandlesRonnie Sahlberg2-149/+93
1, (minor) the heuristics are too weak and everyting is always decoded either as netapp filehandles or one of the others even when just capturing ibetween say two classic unix boxens 2, (major) you can not filter on specific subfields of the filehandle observation: 5 people or less in the world care about implementation specific storage of data inside an opaque blob. remove the too weak heuristics for nfs filehandles. make decoding of filehandles accorrding to specific implementations controlled by a preference setting. default this setting to "unknown" display unknown filehandles using proto_tree_add_item() FT_BYTES/BASE_HEX to make it fitlerable instead of a useless proto_tree_add_text() wiki needs to be updated tomorrow svn path=/trunk/; revision=18530
2006-06-21update PROFINET port2/3 status textUlf Lamping1-6/+16
svn path=/trunk/; revision=18529
2006-06-21fix a commentUlf Lamping1-2/+2
svn path=/trunk/; revision=18527
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs32-76/+75
definition in the Catapult DCT2000 code. svn path=/trunk/; revision=18524
2006-06-20for iscsi traces where there is a lot of packetloss the dissector frequently ↵Ronnie Sahlberg1-5/+511
gets out of sync and the weak heuristics often cause wireshark to mistake some segment containing read/write data to be iscsi. make the heuristics to check that a packet really is iscsi much stronger svn path=/trunk/; revision=18523
2006-06-20From Albert Chin:Anders Broman1-0/+5
This fixes a redefine of AF_INET6 on AIX 4.3.3. We pull in <sys/socket.h> so the OS can define it first, nullifying the #define in epan/inet_v6defs.h. svn path=/trunk/; revision=18522
2006-06-20From Albert Chin:Anders Broman4-50/+94
Fix some C++ comments in C source files and fixes some non-constant initializations. svn path=/trunk/; revision=18521
2006-06-19Fix Ethereal bug 994 in Wireshark:Anders Broman1-5/+7
MIP Advertisement reverse tunneling flag not dissected svn path=/trunk/; revision=18520
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ↵Anders Broman5-5/+144
to space before output. svn path=/trunk/; revision=18519
2006-06-19coverity 195Ronnie Sahlberg1-1/+1
remove a redundant check for str==NULL since str can never be NULL here svn path=/trunk/; revision=18517
2006-06-19add tracking of TID -> sharenamesRonnie Sahlberg2-21/+105
reuse the recent structure for fid->filename mappings since the problemspace is virtually the same (go to tired of trying to find the sharename in 10mpacket traces with 1000s of shares) svn path=/trunk/; revision=18516
2006-06-19make fid->filename tracking work for files opened with NTCreateAndXRonnie Sahlberg1-0/+8
This needs to be done for all other Create/Open calls as well but would notmally just be 6 lines tyo add. I rarely see older methods to open files so others using older clients are encoraged to use these 6 lines to the other places where needed. svn path=/trunk/; revision=18515
2006-06-19add infrastructure to make tracking of fid->filename easy to implement and useRonnie Sahlberg2-1/+14
svn path=/trunk/; revision=18514