aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-08-22FreeBSD 3.4 doesn't have "strtoull()", but it does have "strtouq()",Guy Harris1-0/+18
2004-08-22GLib 1.2[.x] doesn't define G_MAXUINT64, just as it doesn't defineGuy Harris1-2/+6
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris30-1207/+783
2004-08-21make the files conform to the docbook DTDUlf Lamping2-1/+3
2004-08-21added some more contentUlf Lamping2-43/+206
2004-08-21added book partintro'sUlf Lamping1-0/+11
2004-08-21minor changes in chapter sources, a lot more changes and additions in chapter...Ulf Lamping2-156/+331
2004-08-21minor changesUlf Lamping2-3/+13
2004-08-21Missed the second case in last changeJörg Mayer1-1/+1
2004-08-21The chaddr element is always 16 bytes in size, although only hlen bytes are usedJörg Mayer1-1/+3
2004-08-21Propset Id and nativeJörg Mayer4-1465/+1465
2004-08-21Update with Entries from Fedora and Suse 9.1Jörg Mayer1-9/+78
2004-08-21added a lot of content about the build environment, as the required tools, li...Ulf Lamping7-4/+1530
2004-08-21Replaced the column string [Reassembled TCP] by [TCP segment of a reassembled...Ulf Lamping1-2/+2
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping51-130/+178
2004-08-21"localtime()" returns a value that might not survive a subsequent callGuy Harris1-59/+51
2004-08-20Update to reflect GTK+/GLib 2.x now being the default.Guy Harris1-2/+6
2004-08-20From Matthew Bradley: add filterable fields for the COTP TPDU numbersGuy Harris1-28/+57
2004-08-19From Luis Ontanon: add some fields for filtering r packet-isup which adds A,...Anders Broman1-1/+26
2004-08-19Note that "G_GINT64_CONSTANT()" should be used for constant values thatGuy Harris1-6/+19
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs4-10/+13
2004-08-19MSVC++ doesn't understand that "64_bit_integer % 10000000" fits in anGuy Harris1-1/+1
2004-08-19Use "G_GINT64_CONSTANT()" for 64-bit integral constants, rather thanGuy Harris1-1/+1
2004-08-18Props: Keywords and line-styleJörg Mayer1-475/+475
2004-08-18If you mark all frames, then unmark all frames "marked_count" overflows.Gerald Combs1-2/+4
2004-08-18Added initial SCTP support: You can chose how PPID 0 will be handled.Michael Tüxen1-2/+61
2004-08-18added some more info to the intro (has to be cleaned up)Ulf Lamping1-36/+124
2004-08-18Don't assume that if we find a conversation that we've set a dissectorGuy Harris2-49/+53
2004-08-18very first draft of introduction chapter (copied some things from the user's ...Ulf Lamping3-8/+410
2004-08-18Samba's smbclient doesn't put the extra stuff after the list of names inGuy Harris1-6/+11
2004-08-18self referring entry (link to ethereal page) fixedUlf Lamping2-22/+2
2004-08-17props: Keywords and eol-styleJörg Mayer1-124/+124
2004-08-17very first steps for a "new" developer's guideUlf Lamping8-183/+164
2004-08-17Check for both HTTP_PROXY and http_proxy in MSVC++ setup.Olivier Biot1-3/+7
2004-08-17Note that some of the IRIX problems might no longer exist - and get ridGuy Harris1-124/+17
2004-08-17We now try to detect OS X systems with a new libpcap but old headers,Guy Harris1-23/+0
2004-08-17Don't give up on the entire DHCPv6 packet if we find an error inGuy Harris1-9/+19
2004-08-16Don't do the FILETIME->nstime_t conversion in floating point, as itGuy Harris1-13/+18
2004-08-16cast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have p...Ulf Lamping2-6/+6
2004-08-16From Ronnie Sahlberg: update the fs attributes to be more complete andGuy Harris1-15/+120
2004-08-16From Ronnie Sahlberg: add dissection of the Teletext string type to theGuy Harris3-20/+34
2004-08-16Whenever we call "dhcpv6_option()", check to make sure it didn't setGuy Harris1-10/+21
2004-08-16Get rid of unused enum_val_t table (the wrap vs. no-wrap in search flagGuy Harris1-6/+0
2004-08-16From Martin Mathieson:Guy Harris1-39/+55
2004-08-16Fix a typo.Guy Harris1-1/+1
2004-08-16According to draft-ietf-dhc-failover-10, the message digest type is 1Guy Harris1-3/+8
2004-08-16For "pcap_findalldevs()", don't assume that just because it's in -lpcapGuy Harris1-3/+51
2004-08-15From Greg Morris: Add a configuration option to control search wrapping.Gerald Combs4-11/+66
2004-08-15From Ronnie Sahlberg: Netscape certificate extensions.Gerald Combs6-0/+589
2004-08-15Make message_digest_type a guint16. Removed cast.Jörg Mayer1-2/+3