aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-02-20In the columns list in a results token, columns with a type of 106Guy Harris1-1/+5
appear to have 3 extra bytes of stuff before the column name. svn path=/trunk/; revision=10119
2004-02-20On Win32, don't treat "file not found" as an error when trying to loadGuy Harris1-3/+13
the ASN.1 file if the pathname is the old default file pathname, with the last component preceded by "/" rather than "\", to suppress complaints if you have a preferences file saved under the old regime. svn path=/trunk/; revision=10118
2004-02-19Add support for dissection over HTTP.Olivier Biot1-1/+5
svn path=/trunk/; revision=10117
2004-02-19Remove redundant GTK2 entries.Gerald Combs1-8/+2
svn path=/trunk/; revision=10116
2004-02-19Remove a comment on ancient EtherealJörg Mayer1-9/+4
svn path=/trunk/; revision=10115
2004-02-19Don't save the geometry items unless the user asked to have them saved.Guy Harris1-13/+21
svn path=/trunk/; revision=10114
2004-02-19Give the official URLs on www.postgresql.org for various versions of theGuy Harris1-3/+11
protocol. svn path=/trunk/; revision=10113
2004-02-19Put in a comment with a URL for the protocol description.Guy Harris1-1/+8
svn path=/trunk/; revision=10112
2004-02-19From Edwin Calo: fix a bug in the way the bitone is obtained.Guy Harris1-8/+8
Put the strings under the top-level protocol tree item. svn path=/trunk/; revision=10111
2004-02-19added missing distribution filesUlf Lamping2-2/+10
svn path=/trunk/; revision=10110
2004-02-19A DLT_ value of 13, in a Nokia-format capture, appears to be an ATMGuy Harris1-51/+193
capture of some sort. svn path=/trunk/; revision=10109
2004-02-19From Didier Gautheron: initialize "ett_asp_utf8_name".Guy Harris1-1/+2
svn path=/trunk/; revision=10108
2004-02-19Fix the sample filter for capturing traffic to or from a particular MACGuy Harris1-2/+2
address to match what libpcap expects. svn path=/trunk/; revision=10107
2004-02-19Constify a bunch of stuff.Guy Harris2-27/+35
svn path=/trunk/; revision=10106
2004-02-19We're releasing 0.10.1, not 0.10.0.Gerald Combs1-2/+2
svn path=/trunk/; revision=10104
2004-02-19Updates for 0.10.1.Gerald Combs2-2/+7417
svn path=/trunk/; revision=10103
2004-02-19Add GTK+ 2.Gerald Combs1-1/+7
svn path=/trunk/; revision=10102
2004-02-19From Dinesh Dutt:Gerald Combs2-6/+40
- Add FCIP to the list of protocols that can be selected from "Decode As" - Add an indicator for EISL header in FC frames. svn path=/trunk/; revision=10101
2004-02-19Bump the version to 0.10.1.Gerald Combs3-7/+7
svn path=/trunk/; revision=10100
2004-02-18From Martin Mathieson: make the top-level SIP item include the messageGuy Harris1-4/+2
body, as that's included in the SIP tree. svn path=/trunk/; revision=10099
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs4-41/+130
svn path=/trunk/; revision=10098
2004-02-18From Tomas Kukosa:Guy Harris1-31/+41
- display the type of segmented message in the info column - don't dissect the last IE in the 1st segment if it is incomplete - don't dissect IEs in following segments as segment boundaries usually don't IE boundaries svn path=/trunk/; revision=10097
2004-02-18using G_MAXFLOAT and G_MAXDOUBLE,Ulf Lamping1-5/+5
DCERPC is talking about a response, not a reply svn path=/trunk/; revision=10096
2004-02-18Alastair Maw: Fix retransmissionsJörg Mayer1-1/+2
svn path=/trunk/; revision=10095
2004-02-18Newlines don't belong in format strings for the "proto_tree_add"Guy Harris5-15/+15
routines. svn path=/trunk/; revision=10094
2004-02-18Newlines don't belong in format strings for the "proto_tree_add"Guy Harris1-7/+7
routines. svn path=/trunk/; revision=10093
2004-02-18update iscsi so that we can also measure the time between request and ↵Ronnie Sahlberg1-49/+80
response for those transactions where we have phase collaps (no explicit response PDU, status embedded inside the last DataIn PDU) svn path=/trunk/; revision=10092
2004-02-18From Pavel Kankovsky: deal with yet another gross non-standard 802.11Guy Harris1-13/+54
encapsulation by bridges - this one stuffs a complete Ethernet frame into the payload of a data frame. svn path=/trunk/; revision=10091
2004-02-18Use "tvb_get_string()" to get counted strings.Guy Harris1-7/+3
svn path=/trunk/; revision=10090
2004-02-18From Rolf Fiedler: German ISDN carriers don't supply the seconds in theGuy Harris3-17/+18
date/time IE, so support IE lengths of 5 (no seconds) or 6 (includes seconds). Merge the two AUTHORS and man page entries for him. svn path=/trunk/; revision=10089
2004-02-18Register the COTP dissector for the IP protocol IP_PROTO_TP, forGuy Harris1-1/+11
TP4-over-IP. svn path=/trunk/; revision=10088
2004-02-18From Nick Black: the 0x8000 bit in the flags field is *NOT* aGuy Harris3-8/+16
"congestion" bit for ECN. Show it as a reserved bit. Put semicolons, not commas, at the end of the calls to put flags field bits into the protocol tree. svn path=/trunk/; revision=10087
2004-02-18From Jaime Fournier: updates to the FLDB dissector.Guy Harris1-51/+2103
svn path=/trunk/; revision=10086
2004-02-18From Greg Morris: don't use a global variable to track whether packetsGuy Harris1-44/+198
are signed, attach to conversations a "packets are signed" flag. svn path=/trunk/; revision=10085
2004-02-18From Jaime Fournier: add a hidden FT_BOOLEAN variable that's present ifGuy Harris1-5/+11
the interface UUID in a datagram call is unknown. Clean up white space a bit. svn path=/trunk/; revision=10084
2004-02-18From Erwin Rol: update RTnet plugin to the latest spec.Guy Harris2-101/+202
svn path=/trunk/; revision=10083
2004-02-18Get rid of unused parameter token_sz in function dissect_tds7_results_tokenJörg Mayer1-3/+3
svn path=/trunk/; revision=10082
2004-02-18Warning fixes:Jörg Mayer2-6/+8
gsm_map_stat.c: comparison is always false due to limited range of data type both: get rid of a "discards qualifier" warning svn path=/trunk/; revision=10081
2004-02-18Update manufJörg Mayer1-6/+40
svn path=/trunk/; revision=10080
2004-02-18Update make-faq to the new URL and the changed internal structureJörg Mayer3-102/+135
of the FAQ. Update the FAQ. svn path=/trunk/; revision=10079
2004-02-17fixed dialog box text and some commentsUlf Lamping1-7/+11
svn path=/trunk/; revision=10078
2004-02-17bugfix: use last_open_dir for the recent file,Ulf Lamping4-19/+10
instead of the somewhat duplicated value in the recent struct svn path=/trunk/; revision=10077
2004-02-17Bytes should be read with tvb_get_guint8 instead of _ntohs (spotted by Ulf ↵Jörg Mayer1-2/+2
Lamping) svn path=/trunk/; revision=10076
2004-02-16Squelch a signed vs. unsigned comparison complaint.Guy Harris1-2/+3
svn path=/trunk/; revision=10075
2004-02-16bugfix from greg morris: two help pages were missingUlf Lamping1-1/+3
svn path=/trunk/; revision=10074
2004-02-16bugfix: don't write the recent files list in the wrong order to the recent fileUlf Lamping2-24/+26
svn path=/trunk/; revision=10073
2004-02-16Use col_append_sep_str() instead of col_append_str().Olivier Biot1-2/+3
svn path=/trunk/; revision=10072
2004-02-16From Tomas Kukosa, add a PER helper to dissect BITSTRINGSRonnie Sahlberg3-7/+102
svn path=/trunk/; revision=10071
2004-02-16Update to fix the bug reported by Zhao, Allen WeitaoRonnie Sahlberg1-9/+9
using the fix proposed by Tomas Kukosa. There were a number of dissect_per_choice() calls where the hf field passed to it were of the wrong type, i.e. not FT_UINT32. All these instances have been updated to use FT_UINT32. svn path=/trunk/; revision=10070
2004-02-16Edwin Calo: Extract strings from a postgres datastreamJörg Mayer1-1/+2
svn path=/trunk/; revision=10069