Move the STRING dissector to packet-dcerpc-nt.c and add one more parameter
[obnox/wireshark/wip.git] / gtk /
2002-03-10 guyRemove code to show the presence, and version number...
2002-03-06 guyDon't say "without SNMP"; that can confuse people into...
2002-03-05 guyFrom Joerg Mayer: remove unused variables.
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-03-05 guyCut down the vertical spacing in the "Capture Options...
2002-02-28 gramIn follow.c, initialize data_out_file to NULL, as it...
2002-02-27 guyFrom Joerg Mayer:
2002-02-24 guyPut all the capture options into a structure.
2002-02-24 guyHave "get_positive_int()" really check for positive...
2002-02-24 guy"autostop_filesize" and "autostop_duration" don't need...
2002-02-24 guyFrom Peter Valchev: fix editcap to assign the result...
2002-02-22 guySet "snaplen", not "has_snaplen", to the snapshot lengt...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-14 gramFIRST_PROTO_PREFS_PAGE needs to be incremented by 2...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-30 guyInclude <string.h> to declare various string functions.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyMake the blurbs for protocol preference items into...
2002-01-18 guySquelch a valid compiler warning (passing a "char"...
2002-01-18 guyMemory freeing fix, from Jirka Novak.
2002-01-18 guySupport for hex dump mode in "Follow TCP Stream" window...
2002-01-14 guyGet the current value of Boolean preferences before...
2002-01-13 guyAdd a preferences page for the name resolution flags.
2002-01-12 guyPut the labels of check boxes to the left of the checkb...
2002-01-12 guyGet rid of unused variables.
2002-01-12 guyWhile you're at it, use the key for the auto scroll...
2002-01-12 guyMake the key for the capture preference window's pointe...
2002-01-11 guyLabel the window popped up by "Capture->Start" "Capture...
2002-01-11 guyFrom Jirka Novak:
2002-01-11 guyHave a routine to create a scrolled window, set its...
2002-01-11 guyHave routines to create GtkCTrees, set their line and...
2002-01-10 guySeparate the promiscuous mode, "Update list of packets...
2002-01-10 guyFix some problems with building Ethereal/Tethereal...
2002-01-10 guyAdd a preferences page for capture preferences, so...
2002-01-08 guyDon't process a color filter if there's no filter assoc...
2002-01-08 guyAdd a routine to kill a capture child if it exists...
2002-01-03 guyFrom Albert Chin: eliminate a GCCism.
2001-12-31 geraldFix a pointer error in find_stat_node.
2001-12-31 geraldAdd preferences to save the main window size and positi...
2001-12-21 guyPrint out messages if any of the ring buffer checks...
2001-12-21 guyThere is no such thing as an optional parameter to...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-16 guyAdd an extra argument to "epan_dissect_new()" that...
2001-12-13 guyFix up the comment on "set_main_window_name()" (I'm...
2001-12-12 geraldGo nuts with the 3D logo.
2001-12-12 guyFrom Motonori Shindo:
2001-12-12 guyFrom Motonori Shindo: add a cast of "ip" to "guint8...
2001-12-10 guyPut in a comment indicating that even loading a one...
2001-12-10 guyTest the link-layer type of the frame being looked...
2001-12-10 guyUse the encapsulation type of the current frame to...
2001-12-10 guyGet rid of the stuff to use bitfields to dissect IP...
2001-12-10 gramChange a printf() error message to a simple_dialog...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-09 guyCheck for invalid maximum packet count values.
2001-12-09 guyFrom Gordon McKinney: make IP-over-PPP work with the...
2001-12-09 guyOn Win32, a GUI application apparently can't use "popen...
2001-12-08 guyGive the help window a title.
2001-12-08 guyTCP time-sequence, round-trip time, and throughput...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-06 guyHandle the case of the initial, or current, dissector...
2001-12-06 gramRemove proto_tree from capture_file and PacketWinData...
2001-12-06 guyDon't update the "Save As..." dialog box if it doesn...
2001-12-06 guyMake the "Save only marked frames" button in the "Save...
2001-12-04 guyWhen making the "number of ring buffer files" spin...
2001-12-04 guyMake the bytes-written information from Wiretap a long...
2001-12-04 guySupport for stopping capture at specified capture file...
2001-12-04 guyFrom Thomas Wittwer: remove unnecessary calls to
2001-12-03 guy"ptype" is always set, even if only to PT_NONE; it...
2001-12-03 guyTo check whether the current frame contains TCP or...
2001-12-03 guyWhen the dissector tables are reset to the default...
2001-12-03 guyGet rid of the lists of conversation dissectors; instea...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-12-03 guyGet rid of an unused variable, and fix a comment.
2001-12-02 guyFrom John McDermott:
2001-11-24 guyIf a non-option command-line argument is specified...
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-11-21 guyGet rid of some unused variables.
2001-11-20 guyHave a routine to add all the hex dump tabs to the...
2001-11-20 guyIf bytes in a hex dump view are selected, the field...
2001-11-20 guyAllow the tvbuff pointer to various "proto_tree_add...
2001-11-09 guyWrap calls to "pcap_datalink()" in a routine that attem...
2001-11-09 guyFrom <a.stockmeier[AT]avm.de>: fix the file dialog...
2001-11-04 guyInclude protocols for TCP conversation dissectors in...
2001-11-04 guyAllow a dissector to register preferences that it no...
2001-10-31 guyAdd the Ethereal Web site's mirror of WinPcap to the...
2001-10-31 guyGet rid of a bunch of stuff that was there to support...
2001-10-24 guyHave a routine that takes a file name for a personal...
2001-10-24 guyOn Windows, put Ethereal configuration files under...
2001-10-23 guyAdd a new routine to create the ".ethereal" directory...
2001-10-22 guyAdd a routine to get the directory in which personal...
2001-10-21 guyUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-10-21 guyUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-10-21 geraldAdd little arrows to the column titles to indicate...
2001-10-13 sharpeA small patch from Moronori Shindo to fix compiles...
2001-10-13 guyPut the scrollbar for the scrolled window containing...
2001-10-13 guySet the data for E_{PRINT,COLUMN,STREAM,GUI}_PAGE_KEY...
2001-10-11 geraldReduce the CinemaScope-like proportions of the preferen...
2001-09-29 guyThe Wiretapped.net mirror is OK again (it was a problem...
2001-09-28 guySigh. The wiretapped.net site appears to have an old...
next