aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-06-01Revert previous checkin made by mistake *sighAnders Broman1-4/+4
svn path=/trunk/; revision=11061
2004-06-01From Thomas Anders dissects the RTP Payload Type (if media protocol is RTP/AVP)Anders Broman4-41/+53
with its descriptive name rather than the raw value string, much like packet-rtp.c does already. To avoid duplicate definitions, the existing rtp_payload_type_vals[] definition is moved from packet-rtp.c and gtk/rtp_stream_dlg.c to rtp_pt.h. svn path=/trunk/; revision=11060
2004-06-01Make the definition of "add_ett_table_data()" match its declaration.Guy Harris1-2/+2
svn path=/trunk/; revision=11059
2004-06-01minor bugfix from previous check inUlf Lamping2-3/+3
svn path=/trunk/; revision=11058
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping15-63/+299
svn path=/trunk/; revision=11057
2004-06-01Fix a typo.Guy Harris1-23/+22
Clean up white space. svn path=/trunk/; revision=11056
2004-06-01Interpret the sampling mode values.Guy Harris1-2/+8
svn path=/trunk/; revision=11055
2004-06-01As Motonori Shindo nodes, the sampling rate and mode in a Netflow V5Guy Harris1-2/+10
header is 2 bits of sampling mode and 14 bits of sample rate, not 16 bits of sample rate. svn path=/trunk/; revision=11054
2004-06-01various code cleanupsUlf Lamping1-2/+2
svn path=/trunk/; revision=11053
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping23-549/+759
svn path=/trunk/; revision=11052
2004-06-01From Yaniv Kaul: PCT support.Guy Harris2-11/+537
svn path=/trunk/; revision=11051
2004-06-01Eliminate a no-longer-used routine.Guy Harris1-8/+1
svn path=/trunk/; revision=11050
2004-06-01It really helps when you change the default from gtk1 -> gtk2 in the topJörg Mayer1-2/+2
level configure.in to mirror that change in wiretap. Otherwise people who have both versions of glib/gtk installed may see crashes. svn path=/trunk/; revision=11049
2004-05-31Add dissection of application PoC1 dataAnders Broman1-23/+279
svn path=/trunk/; revision=11048
2004-05-31From Thomas Anders fix some memory leaksAnders Broman1-1/+4
svn path=/trunk/; revision=11047
2004-05-31add details for doxygenUlf Lamping3-67/+249
svn path=/trunk/; revision=11046
2004-05-31add details for doxygenUlf Lamping1-16/+65
svn path=/trunk/; revision=11045
2004-05-31split doxygen.cfg into common Ethereal things and module specificsUlf Lamping6-1064/+1138
svn path=/trunk/; revision=11044
2004-05-31bugfix: don't try to destroy a dialog twiceUlf Lamping1-2/+1
svn path=/trunk/; revision=11043
2004-05-31directly use the file selection dialog instead of using an additional custom ↵Ulf Lamping1-122/+89
dialog svn path=/trunk/; revision=11042
2004-05-31some more dialog redesign and code cleanupUlf Lamping1-40/+56
svn path=/trunk/; revision=11041
2004-05-31Add a routine that indicates where there are any tap listenersGuy Harris3-10/+33
registered (not whether there are any tap *filters* registered). Do dissection in Tethereal iff: we're printing information about each packet; we're using a read filter on the packets; there are any tap listeners registered (even if there are no tap filters registered - not all taps use filters). svn path=/trunk/; revision=11040
2004-05-31interface options preference dialog: remove confusing second interface clist,Ulf Lamping1-128/+74
fix a bug making garbage of user supplied interface description svn path=/trunk/; revision=11039
2004-05-31Make "-q" suppress packet printing when you're reading a capture fileGuy Harris2-10/+36
and not writing to another capture file, for use with "-z" options. Note that "-z proto" *doesn't* print statistics at the end - it modifies the packet summary output. Note that on at least some BSDs the "status" character is set to "off" by default, so you have to set it explicitly in order to be able to ^T an application such as Tethereal. svn path=/trunk/; revision=11038
2004-05-31Move the packet counting, dissecting, and filtering out of the "writeGuy Harris1-359/+356
packet" and "print packet" callbacks into a common routine, so that we don't count packets twice if we're counting and dissecting. Print the packet count with ^T iff we're not updating a displayed packet count as packets arrive, regardless of whether we're printing packet information, saving packets to a file, or both (tcpdump prints it regardless of whether it's printing packet information or saving packets to a file). svn path=/trunk/; revision=11037
2004-05-31The "key" argument to "write_recent_geom()" is required (as it's calledGuy Harris1-2/+2
through a pointer), but isn't used - mark it as unused. svn path=/trunk/; revision=11036
2004-05-31Add support for Exif decoding (initial framework).Olivier Biot1-19/+243
Still lots of work to do here :) svn path=/trunk/; revision=11035
2004-05-30sort saved preference settings by appearance in dialogUlf Lamping1-85/+90
svn path=/trunk/; revision=11034
2004-05-30From Thomas Anders patch adds sub parameter dissection to the MGCP pluginAnders Broman1-7/+148
(plugins/mgcp/packet-mgcp.c), initially for the ConnectionParameters(P), and updates/adds some specification references. This patch makes the sub parameter values filterable as numbers and may allow for improved MGCP statistics in the future. svn path=/trunk/; revision=11033
2004-05-30save window position/size/maximized state into recent fileUlf Lamping5-70/+209
(only help dialog for now) svn path=/trunk/; revision=11032
2004-05-29When we create a tvbuff for a security blob, set its reported length toGuy Harris1-17/+34
the reported length of the blob, not the amount of data available from the blob. Use "tvb_strneql()" when checking for strings, so that we don't throw an exception if there's less data in the tvbuff than there are bytes in the string, we just say "not equal". svn path=/trunk/; revision=11031
2004-05-29From Nathan Alger: update the VSA attributes for Juniper andGuy Harris2-10/+94
Juniper/Unisphere routers. svn path=/trunk/; revision=11030
2004-05-29Squelch a compiler warning by removing a "/*" from the middle of aGuy Harris1-2/+2
comment. svn path=/trunk/; revision=11029
2004-05-29check in Thomas Anders patch to SNMP to allow ethereal to dissectRonnie Sahlberg1-2/+4
properly COUNTER64 objects that are not spanning a full 64 bit on the wire svn path=/trunk/; revision=11028
2004-05-28connectionless cancel PDU's don't have a dg_server_accepting_cancels fieldUlf Lamping1-3/+6
svn path=/trunk/; revision=11027
2004-05-27enable postcript printing if selected in prefs,Ulf Lamping1-24/+35
correctly remove temporary file on close dialog svn path=/trunk/; revision=11026
2004-05-27bugfixes: fixed printing on win32,Ulf Lamping1-50/+84
and convert none printable characters, so printing will work on binary output as well (like in the GUI output) svn path=/trunk/; revision=11025
2004-05-27win_printer is gboolean, not an intUlf Lamping1-4/+4
svn path=/trunk/; revision=11024
2004-05-27added a small commentUlf Lamping1-1/+2
svn path=/trunk/; revision=11023
2004-05-27Tag the "has_child" argument to "prefs_tree_page_add()" as unused whenGuy Harris1-2/+7
building with GTK+ 2.x or later, as it's only needed and only used for 1.2[.x]. svn path=/trunk/; revision=11022
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping16-46/+40
as WIDGET_SET_SIZE() will prevent the user from shrinking the dialog, and gtk_window_set_default_size() will not svn path=/trunk/; revision=11021
2004-05-27Get rid of an unused variable.Guy Harris1-3/+2
Mark as unused a required argument that's unused. svn path=/trunk/; revision=11020
2004-05-27added a small commentUlf Lamping1-1/+2
svn path=/trunk/; revision=11019
2004-05-27bugfix: don't try to destroy a window, when it's already being destroyedUlf Lamping1-5/+1
svn path=/trunk/; revision=11018
2004-05-27a lot of code cleanupUlf Lamping3-316/+185
svn path=/trunk/; revision=11017
2004-05-27bugfix: don't try to destroy a window, when it's already being destroyedUlf Lamping2-4/+2
svn path=/trunk/; revision=11016
2004-05-27added some tooltipsUlf Lamping1-6/+8
svn path=/trunk/; revision=11015
2004-05-27Don't point to the manpage for the list of authors, it's in the about dialog nowUlf Lamping1-5/+2
svn path=/trunk/; revision=11014
2004-05-27the isns timestamp is in fact a 64 bit integer and not a 32 bit integer.Ronnie Sahlberg1-2/+2
declaring it properly will make ethereal dissect it properly as well instead of crashing svn path=/trunk/; revision=11013
2004-05-27make KRB_SAFE more consistent with the other PDUs by removing the SAFE ↵Ronnie Sahlberg1-9/+5
expansion. cosmetic: Put the application type on the kerberos subtree svn path=/trunk/; revision=11012