aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris11-67/+53
Mac OS X GNOME Qt KDE Windows all indicate that {message,alert} boxes are modal, at least for the window to which they apply. (Presumably the idea is that not forcing the user to pay attention to the alert box, and allowing more than one alert box to be up for a given window, causes more problems than not letting the user do stuff to that window in order to figure out what the underlying problem is or figure out what to do to fix it - the message should be sufficient, in most if not all cases, to let you know what the problem is.) Make "simple_dialog()" unconditionally make the alert box modal, and get rid of ESD_TYPE_MODAL. XXX - we need to make it possible to make an alert box modal for a given window, rather than just the top-level window. svn path=/trunk/; revision=10051
2004-02-12Use "guint8" for 8-bit binary data.Guy Harris1-36/+40
"file_getc()" returns either an 8-bit unsigned value, or -1 for error or EOF; store its return value into an "int", and check for -1 and return -2, in "esc_read()" (rather than checking "file_error()" at the end). Clean up some comments, routine names, and variable names - eyeSDN files are binary, not text. In "parse_eyesdn_packet_data()", handle the case of an EOF from "esc_read()". svn path=/trunk/; revision=10050
2004-02-12Eliminate a compiler warning.Guy Harris1-4/+5
Use "guint8" for 8-bit binary data, and use "%u" to print unsigned values. svn path=/trunk/; revision=10049
2004-02-12From Kendy Kutzner: don't use variable-length arrays, not all CGuy Harris1-7/+19
compilers support them. Also, use "tvb_memdup()" to make a copy of the compressed data - it's faster, and also checks to make sure the data is actually there (it throws an exception before allocating anything). svn path=/trunk/; revision=10048
2004-02-12From Yaniv Kaul: the response to an V5 authentication response is a V5Guy Harris1-27/+38
authentication response, not a V5 command. Clean up white space. svn path=/trunk/; revision=10047
2004-02-12Note that 164 is reserved for Juniper chassis-internal meta-informationGuy Harris1-2/+7
(DLT_JUNIPER_MONITOR/LINKTYPE_JUNIPER_MONITOR). Fix a typo. svn path=/trunk/; revision=10046