aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-16Edwin Calo: Extract strings from a postgres datastreamJörg Mayer3-0/+206
svn path=/trunk/; revision=10068
2004-02-16Update to kpasswd so that it calls the kerberos dissector to dissect theRonnie Sahlberg1-3/+4
AP-REQ and KRB-PRIV ans.1 encoded kerberos blobs KRB-PRIV (application 21) is not yet supported/handled by the existing kerberos dissector but will be after next release when the new one makes it test run. svn path=/trunk/; revision=10067
2004-02-15Put a prominent note at the top that the actual function descriptions canJörg Mayer1-1/+6
be found in epan/tvbuff.h svn path=/trunk/; revision=10066
2004-02-14Update Andreas Sikkema's e-mail address.Guy Harris6-13/+12
svn path=/trunk/; revision=10065
2004-02-14Update Andreas Sikkema's e-mail address.Guy Harris2-2/+2
svn path=/trunk/; revision=10064
2004-02-14From Pavel Kankovsky: fix the name of the channel field in the PrismGuy Harris3-4/+6
802.11 radio header. svn path=/trunk/; revision=10063
2004-02-14Update the Info column.Olivier Biot1-1/+5
svn path=/trunk/; revision=10062
2004-02-14Add a note on white space conventions (tab expansion different from 8 spaces isOlivier Biot1-4/+24
a Bad Idea). Add a note on the new col_append_sep_str() and col_append_sep_fstr() methods. svn path=/trunk/; revision=10061
2004-02-13From Anders Broman: fix the offsets usd when adding the manufacturer info.Guy Harris2-4/+4
svn path=/trunk/; revision=10060
2004-02-13Get rid of unused variables and #defines.Guy Harris1-7/+2
svn path=/trunk/; revision=10059
2004-02-13From Alastair Maw: fix DTMF and call transfer dissection.Guy Harris1-24/+26
svn path=/trunk/; revision=10058
2004-02-13Now that Ethereal *itself* (not just Wiretap) can use libz (the SoulseekGuy Harris1-2/+6
dissector can use it), we have to link Ethereal, Tethereal, and dftest with libz, as well as linking Wiretap with it. We also probably need to link dftest with the PCRE library, as the display filter code uses PCRE. svn path=/trunk/; revision=10057
2004-02-13As noted by Pavel Kankovsky, the "Resolve Name" menu items should beGuy Harris2-3/+5
available if *any* forms of name resolution aren't enabled. (Well, actually, it should probably affect only the item the mouse was over when you selected it, and should be available if name resolution for that type of name isn't enabled, but....) svn path=/trunk/; revision=10056
2004-02-13The Help window should be a separate top-level window, not a dialogGuy Harris1-2/+2
subordinate to the main window - it's a separate top-level window in W2K, Mac OS X, and, I think, both GNOME and KDE. svn path=/trunk/; revision=10055
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris24-217/+245
the title, and arranges to set the icon for it. Use that instead of "gtk_window_new()" and separate calls to set the title and arrange to set the icon. Regularize #includes a bit. Clean up white space. svn path=/trunk/; revision=10054
2004-02-13Create only one "Plugins" window per process.Guy Harris1-2/+24
svn path=/trunk/; revision=10053
2004-02-13Create only one "About Ethereal" window per process.Guy Harris1-9/+34
svn path=/trunk/; revision=10052