aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-10-17From Graeme Hewson: re-wrap some of the lines so that they fit into theGuy Harris1-11/+12
2004-10-17From Alejandro Vaquero: in the RTP analysis code, don't analyze packetsGuy Harris3-0/+14
2004-10-17Update some SIP headers from http://www.iana.org/assignments/sip-parameters.Anders Broman1-315/+402
2004-10-17From Rene Pilz: make DTAP be dissected for a GPRS LLC SAPI of 1.Guy Harris1-0/+1
2004-10-17From Rene Pilz: add a preference to ignore the cipher bit, in caseGuy Harris2-2/+22
2004-10-17file_hdr.network is one byte long, so don't use htoles() on values it'sGuy Harris1-2/+2
2004-10-17When merging, default to the current file format as the output format.Guy Harris1-0/+3
2004-10-17From Mark C. Brown: allow the file type for the merge operation to beGuy Harris4-19/+38
2004-10-17From Thomas Anders: DHCP option 6 enhancements:Guy Harris1-42/+109
2004-10-17Update to reflect changes to the range API.Guy Harris1-1/+2
2004-10-17Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris4-40/+49
2004-10-17"ssn_range" needs to be a copy of "global_ssn_range", so that it's notGuy Harris1-4/+1
2004-10-17"ssn_range" needs to be a copy of "global_ssn_range", so that it's notGuy Harris1-1/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris13-181/+350
2004-10-16make the SEQUENCE dissection helper understand and handle Indefinite Length Ronnie Sahlberg1-9/+44
2004-10-16First support for Unix-to-DOS line termination translation by means of a smallOlivier Biot3-3/+42
2004-10-16update to the current state of the artUlf Lamping1-7/+12
2004-10-16update setup target to latest win32 libsUlf Lamping1-4/+4
2004-10-16update win32 libsnmp infosUlf Lamping1-1/+6
2004-10-16fix a bug reported by Eric Wedel: Could not save preferences, as "You have no...Ulf Lamping1-1/+9
2004-10-16Make the nranges member of a range_t be the number of ranges, not theGuy Harris5-136/+118
2004-10-16Fix a typo.Guy Harris1-1/+1
2004-10-16Clena up a few things.Guy Harris1-3/+5
2004-10-16Update manufJörg Mayer1-2/+41
2004-10-16Add support for draft-ietf-dhc-fqdn-option-07.txtJörg Mayer1-2/+117
2004-10-16Change Client Identifier display a bit to better handle non-hw identifiers of...Jörg Mayer1-5/+12
2004-10-15Fix a cut-and-paste error.Gerald Combs1-1/+1
2004-10-15Updates to reflect revision 4 of ethereal-win32-libs.Gerald Combs3-7/+7
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs6-163/+396
2004-10-15Add range_convert_range and ranges_are_equal.Gerald Combs1-0/+2
2004-10-15Dectect MIT-Kerberos as wellJörg Mayer2-24/+40
2004-10-15Don't declare functions inside functions - not all C compilers supportGuy Harris1-16/+19
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris8-26/+241
2004-10-14From Mark C. Brown: add 100VG support.Guy Harris2-0/+2
2004-10-14from Francisco Alcoba: mention TortoiseSVN diff and patch featuresUlf Lamping2-2/+37
2004-10-14Fix bugs to get it working on gtk1 and gtk2.Michael Tüxen1-56/+33
2004-10-14add support in packet-kerberos to use MIT Kerberos API to parse keytabs and d...Ronnie Sahlberg1-0/+147
2004-10-14Use "tvb_format_stringzpad()" rather than "tvb_format_text()", as perGuy Harris1-7/+7
2004-10-14Get rid of C++ comments.Guy Harris1-43/+49
2004-10-14Add the application ID for credit control, as perGuy Harris1-7/+8
2004-10-13Give Steve Sommars' real name and work e-mail address.Guy Harris1-1/+1
2004-10-13Make sure that the IPv4 and IPv6 address parameters are always processed to s...Michael Tüxen1-26/+36
2004-10-13get rid of some compiler warnings for cmsRonnie Sahlberg2-15/+17
2004-10-13get rid of some compiler warnings for X509AFRonnie Sahlberg2-12/+14
2004-10-13final massaging to get rid of the last remaining compiler warnings for megacoRonnie Sahlberg2-57/+45
2004-10-12get rid of some more compiler warningsRonnie Sahlberg2-4/+2
2004-10-12massage the h248 files so that it compiles with asn2eth without warningsRonnie Sahlberg3-460/+413
2004-10-12Add Comment for Irene Ruengeler.Michael Tüxen1-0/+1
2004-10-12Support PPID and port number based selection for SCTP. From Irene Ruengeler.Michael Tüxen1-11/+221
2004-10-12From Tomas Kukosa: fix "col_set_str()" to work correctly with fencedGuy Harris1-3/+2