aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-10-15Updates to reflect revision 4 of ethereal-win32-libs.Gerald Combs1-1/+1
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs3-163/+369
2004-10-15Add range_convert_range and ranges_are_equal.Gerald Combs1-0/+2
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 Harris6-26/+170
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-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 Sahlberg1-15/+15
2004-10-13get rid of some compiler warnings for X509AFRonnie Sahlberg1-11/+11
2004-10-13final massaging to get rid of the last remaining compiler warnings for megacoRonnie Sahlberg1-50/+34
2004-10-12get rid of some more compiler warningsRonnie Sahlberg1-2/+1
2004-10-12massage the h248 files so that it compiles with asn2eth without warningsRonnie Sahlberg1-435/+352
2004-10-12From Tomas Kukosa: fix "col_set_str()" to work correctly with fencedGuy Harris1-3/+2
2004-10-12From Ronnie Sahlberg: set a variable before we test it.Guy Harris1-6/+5
2004-10-12Re-generate with latest asn2eth.Guy Harris3-66/+72
2004-10-12Check in a regenerated file we missed.Guy Harris1-1/+1
2004-10-12Pretyfy EventName and SignalNameAnders Broman1-25/+108
2004-10-12Check the values of the protocol preferences before fetching them; ifGuy Harris2-26/+22
2004-10-11Fix (hopefully) a compiler varningAnders Broman1-0/+2
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris19-411/+286
2004-10-11Constify more pointer arguments.Guy Harris2-6/+6
2004-10-11From Martin M, update h2250 so that some things that are supposed to be str...Ronnie Sahlberg1-5/+5
2004-10-11dissect_per_restricted_character_string() was almost completely broken when i...Ronnie Sahlberg1-44/+64
2004-10-11 small fix for TCP ACK RTT, the measurements for the time it took to ack some...Ronnie Sahlberg1-6/+8
2004-10-11From Mark C. Brown: add HP's OUI.Guy Harris1-0/+1
2004-10-11Make "per_choice_t" and "per_sequence_t" structures "const" structures.Guy Harris4-633/+633
2004-10-11Make the "per_choice_t" and "per_sequence_t" pointer arguments pointersGuy Harris2-6/+6
2004-10-08Make the "asn_namedbit *" argument to "dissect_ber_bitstring()" aGuy Harris2-3/+3
2004-10-08"dissect_ber_sequence()" doesn't modify the "ber_sequence" structureGuy Harris2-2/+2
2004-10-08Remove an unused variable.Gerald Combs1-1/+0
2004-10-08From Carlos Pignataro: decode more TLVs and subTLVs and make some smallGuy Harris3-15/+191
2004-10-08Use "%%" in format strings if you want to print a %.Guy Harris1-4/+4
2004-10-08"dissect_sigcomp()" returns 0 or the packet length, so it has to beGuy Harris1-1/+1
2004-10-08Force 4294967295 to be unsigned, to squelch a compiler warning.Guy Harris1-1/+1
2004-10-08Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...Anders Broman1-52/+220
2004-10-08Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...Anders Broman5-0/+3501
2004-10-08From: "Jacques, Olivier :Anders Broman2-28/+160
2004-10-07Add support for the PacketCable Multimedia Specification (PKT-SP-MM-Gerald Combs1-142/+2008
2004-10-07Get rid of h248-package-bcp, as it is no longer needed.Anders Broman1-2/+0
2004-10-07Added dissection of some packages Property ID:sAnders Broman1-11/+107
2004-10-07Export some value strings and a function, some minor bug fixes.Anders Broman2-9/+25
2004-10-06"tvb_reported_length_remaining()" returns a "gint", so assign its returnGuy Harris1-2/+2
2004-10-06remove MSVC compiler warningUlf Lamping1-1/+1
2004-10-06bring MSVC generation back to live, as elipses in macros are not alowed. May ...Ulf Lamping1-35/+36
2004-10-06We now do reassembly.Guy Harris1-5/+4
2004-10-06Add support for reassembly.Guy Harris1-41/+29
2004-10-06Properly reject packets that don't look like NDMP packets.Guy Harris1-4/+9