aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-08-04Build with Glib 2.0 and GTK+ 1.3 by default. Don't build with zlib 1.13.Gerald Combs2-11/+11
2003-08-04From Lars Roland: add support for GTK+ 1.3 with GLib 2.0 (the latestGuy Harris1-1/+13
2003-08-04UCD SNMP sometimes puts newlines into the printable form of an SNMPGuy Harris1-1/+13
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter49-440/+71
2003-08-04Add packet-h245.h to the distribution.Gerald Combs1-1/+2
2003-08-02Add a heuristic dissector list for SCTP.Guy Harris1-5/+28
2003-08-01make h225 register detected h245 tcp ports so that h245 dissector is called.Ronnie Sahlberg2-7/+28
2003-08-01Fix bug on how the H.225 CS routines were registered so that H225 CS over Q9...Ronnie Sahlberg3-10/+8
2003-08-01From Chris Heath: fix up the check for printable ASCII done on WindowsGuy Harris4-15/+18
2003-07-31From Tomas Kukosa: set FD_DEGRAGMENTED even if there's only oneGuy Harris1-1/+2
2003-07-31From Tomas Kukosa: add "find_dissector_table()",Guy Harris7-6/+43
2003-07-31From Ruud Linders:Guy Harris1-2/+6
2003-07-31From Bernd Leibing: catch another place where we weren't checkingGuy Harris3-2/+4
2003-07-31initial test h225 dissector.Ronnie Sahlberg1-0/+9806
2003-07-31Updated some restricted character set alphabets so that the characters are in...Ronnie Sahlberg1-3/+3
2003-07-31Updates to OCTET STRING so that it can handle FT_STRING and not just FT_BYTESRonnie Sahlberg2-6/+69
2003-07-31Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forGuy Harris4-29/+31
2003-07-31Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, andGuy Harris2-40/+47
2003-07-30Fix a typo.Guy Harris1-27/+32
2003-07-30Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_reprGuy Harris2-37/+39
2003-07-30Escape double-quotes, while you're at it.Guy Harris1-5/+7
2003-07-30Escape backslashes in strings when generating the dfilter representationGuy Harris1-3/+27
2003-07-30Fix a typo.Guy Harris2-2/+16
2003-07-30"read_string()" can return a null pointer for the string, so check forGuy Harris1-3/+3
2003-07-30Crude workaround for a deficiency in the MEGACO parser - it assumes thatGuy Harris1-3/+36
2003-07-29Put "WTP" into the Info column for segmented invoke/result PDUs on whichGuy Harris1-2/+2
2003-07-29From Georg von Zezschwitz: don't pass segments other than the firstGuy Harris1-4/+26
2003-07-29As suggested by Georg von Zezschwitz, check whether all the bytes of theGuy Harris1-1/+2
2003-07-29Use GLib's macros for converting from host byte order to little-endian.Guy Harris1-14/+3
2003-07-29Clean up argument names.Guy Harris1-3/+3
2003-07-29Use GLib's macros for converting from host byte order to little-endian.Guy Harris1-17/+3
2003-07-29Don't free "wdh->dump.opaque" in the close routine - "wtap_dump_close()"Guy Harris1-6/+2
2003-07-29Use "guint16" and "guint32" for items in data records, rather thanGuy Harris1-55/+65
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANGuy Harris14-37/+562
2003-07-29fix minor bugs in h245 decodingRonnie Sahlberg2-53/+30
2003-07-29Update PER so that the bit that indicates whether an extension is encoded or notRonnie Sahlberg1-2/+2
2003-07-29Update to RPC, prettiry the presentation of duplicates.Ronnie Sahlberg1-5/+5
2003-07-29update to PER to decode PrintableString properlyRonnie Sahlberg1-5/+2
2003-07-29The NetInfo parent server address is an IPv4 address, and the NetInfoGuy Harris1-107/+107
2003-07-26Updates to the MEGACO plugin so that it will call the H.245 dissector for someRonnie Sahlberg2-27/+143
2003-07-25Get rid of carriage returns - some compilers don't like them.Guy Harris2-55/+55
2003-07-25Remove some warnings from gcc.Gilbert Ramirez4-7/+7
2003-07-25Fix signed/unsigned comparison warnings.Gilbert Ramirez6-26/+42
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez21-123/+476
2003-07-24From Lars Roland: add a preference to control whether, in the TCPGuy Harris2-17/+42
2003-07-24From Markus Seehofer: check the correct byte (the second byte, not theGuy Harris1-3/+3
2003-07-24From Jean-Baptiste Marchand: add descriptions of permissions forGuy Harris3-49/+51
2003-07-24Initial Laplink support, from Brad Hards.Guy Harris4-2/+226
2003-07-24Remove an extra comma.Gerald Combs1-2/+2
2003-07-23Final updates for 0.9.14.Gerald Combs2-270/+232