aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa48-674/+687
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 Kukosa2-0/+22
2006-06-27From Martin Mathieson:Anders Broman1-2/+2
2006-06-27From Alejandro Vaquero:Anders Broman13-0/+2162
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 Sahlberg6-537/+4673
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 Lamping5-56/+156
2006-06-26Use a more uniform name for the output files (which makes it easier toGerald Combs1-2/+3
2006-06-26From Irene Ruengeler: Add context menu for SCTP analysis.Michael Tüxen3-6/+168
2006-06-26coverity 170Ronnie Sahlberg1-13/+0
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-24coverity 169 dead codeRonnie Sahlberg1-11/+1
2006-06-24Put the sequence number in for a response, if present.Guy Harris1-4/+9
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-23Let the user set the working directory and number of passes from the commandGerald Combs1-4/+23
2006-06-23use file name information from wiretap instead of "build in" valuesUlf Lamping3-39/+140
2006-06-23add file extension information (filter "*.pcap;*.cap" and default extension "...Ulf Lamping3-155/+199
2006-06-23fix the reading of UUID's from the Win32 registry, it was broken as we switch...Ulf Lamping1-3/+4
2006-06-23squelch some compiler warningsUlf Lamping4-17/+18
2006-06-23Make SSRC display (among others) unsigned. Fixes Ethereal bug 1002.Jaap Keuter1-4/+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-23One warning from GCC:Jaap Keuter1-1/+1
2006-06-23Various corrections and updatesJaap Keuter4-23/+27
2006-06-23Remove definition of catapult_dct2000_board_ports_only, as per mail fromGuy Harris1-2/+0
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-22fix a (correct) compiler warningUlf Lamping1-1/+1
2006-06-22bugfix: saving the user specified packet range text must be utf8'ed, otherwis...Ulf Lamping1-1/+1
2006-06-22fix bug introduced with last changeTomas Kukosa1-1/+1
2006-06-22add check that string is non-null before we dereference and gfree itRonnie Sahlberg1-7/+13