obnox/wireshark/wip.git
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-12 gramFixed packet.h for good.
1999-07-12 sharpeSome more updates. Now have open_andx decoded mostly...
1999-07-12 guyDon't claim that display filters have "tcpdump" filter...
1999-07-11 guyWhen you hit <Return> in the text entry box for the...
1999-07-11 guyThe previous checkins were based on versions of the...
1999-07-10 sharpeMore decoding of fields. Now handle enumerated fields...
1999-07-09 guyAdd back in the note about GNU "make", "flex", and...
1999-07-09 gramAdded the ability to create a read-only ethereal, i...
1999-07-08 guyDeclare "dissect_radius()" here.
1999-07-08 guy"pntohl()" doesn't actually return a "long" (or an...
1999-07-08 gramAdded Johan's RADIUS dissector, finally. I modified...
1999-07-08 gramPut the XOR logic in place, where previously I had...
1999-07-08 gramDocumented the proto_register_field_array() function...
1999-07-08 gramFixed the byte_range implementation, and removed some...
1999-07-07 guy"const"ifty some function arguments and structure membe...
1999-07-07 gramRemoved old #include's.
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-07-07 guyFrom Jason Lango <jal@netapp.com>, a fix to a long...
1999-07-07 guyAdd support for RTSP (RFC 2326) over TCP, and SDP ...
1999-07-06 guy"pntohl()" doesn't actually return a "long" (or an...
1999-07-04 guyInclude <sys/types.h> before including <netinet/in...
1999-07-04 guyNote that non-GNU "make"s appear not to be able to...
1999-07-04 guyIn GTK+ 1.0[.x], "gtk_window_set_position()" was called
1999-07-01 sharpeFixed a small problem that would have prevented Etherea...
1999-06-28 sharpeAdded some more, auto-generated decoding to packet...
1999-06-25 guyWhen checking to see if a packet is of a given type...
1999-06-25 guyIf WITH_WIRETAP is defined, don't define variables...
1999-06-25 gramIn my haste to get rid of the compilation warning,...
1999-06-24 gramAdded Ashok's Match Selected functionality, and changes...
1999-06-24 guy If the "Cancel" button is clicked in the "Display...
1999-06-23 gramFinally! Got rid of compilation warning about convertin...
1999-06-22 gramAdded an "apply" button to the display option gui,...
1999-06-22 gramAdded Aaron Hillegass' summary dialogue. We're ignoring...
1999-06-22 guyUpdate the display if the "command-line-specified"...
1999-06-21 gramFound some erroneous usages of gtk_signal_connect_objec...
1999-06-21 gramAdded "0x" to a couple of proto_tree_add_item printf...
1999-06-21 gramAdded a paragraph explaining that the SNMP decode in...
1999-06-19 guyUpdate the man page to reflect the "Capture/Start"...
1999-06-19 guyUpdate a comment.
1999-06-19 guyUse "gtk_toggle_button_set_state()" rather than
1999-06-19 guyUpdate the column widths if we change the time stamp...
1999-06-19 guyAdded "Capture" and "Display" menus; "Capture" has...
1999-06-16 gramFound a small bug in how the Token-Ring code tried...
1999-06-15 guyPut "..." after menu items that will cause a dialog...
1999-06-15 guyGet rid of an extra line in the author credits (Brad...
1999-06-15 guyDon't load the capture file in "main_realize_cb()"...
1999-06-14 guyAdd our own "strerror()", which we use on platforms...
1999-06-14 gramChanged the Access Control and Frame Control fields...
1999-06-12 guyImprove the alert boxes put up for file open/read/write...
1999-06-12 guyInclude "snprintf.h" if necessary - we use "snprintf()".
1999-06-12 guyDon't pop up the "Can't open preferences file" dialog...
1999-06-12 guyMove the comment from the GTK 1.0 tutorial just before...
1999-06-12 guyMake the string argument to "col_add_str()" a "const...
1999-06-12 guyUse "val_to_str()", rather than "get_XXX()" routines...
1999-06-11 gramAdded RSVP protocol dissector.
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.
1999-06-05 guyDon't "g_strdup()" what "gtk_entry_get_text()" returns...
1999-06-02 guyWhen checking to see if a packet is of a given type...
1999-06-01 guyWhen constructing the list for the "Count" combo box...
1999-06-01 guyAs we may return an error message, rather than a NetBIO...
1999-06-01 guyUnfortunately, as the "cap_len" field in a "frame_data...
1999-05-27 guyCorrectly handle the case of the root showing up as...
1999-05-26 gramRemoved segfault if NCP completion code was decoded...
1999-05-20 guyDissect ICMP Router Discovery packets (router advertise...
1999-05-19 gramPackaging changes for version 0.6.2
1999-05-19 gramMade BPF disassembly in wiretap.c a bit easier to read.
1999-05-16 gramAdded more functionality to the completion-code parsing...
1999-05-16 gramRemoved ethereal.1 and copied make rule from doc/Makefi...
1999-05-16 gramFixed to actually compile with CMU SNMP library (at...
1999-05-14 gramFurther refined NCP fix, and added translation of NCP...
1999-05-13 gramFixed some serious bugs in the NCP hash routines. I...
1999-05-13 guyGet rid of the include of <arpa/tftp.h>; put the #defin...
1999-05-13 sharpeRemoving some includes of tftp.h from places it should...
1999-05-12 guyAdd support for Network Monitor 2.0 files, thanks to...
1999-05-12 denielMinor performance improvement and TCP option decoding...
1999-05-12 gramCredited John McDermott <jjm@jkintl.com> for his pseudo...
1999-05-12 gramAdded Didier Jorand's dissect_snmp routine. This is...
1999-05-12 gramChanged wiretap rules so that ordinary user doesn't...
1999-05-11 guyAdd "SMB support" to the list of Richard Sharpe's contr...
1999-05-11 gramFixed problem where filename of capture file would...
1999-05-11 denielLive data capture and display enhancement that allows...
1999-05-11 denielLive data capture and display enhancement that allows...
1999-05-11 guyTurn "arpaddr_to_str()" into "bytes_to_str()", and...
1999-05-11 guyAdd some SMB codes and error codes from the
1999-05-11 guyAdd decoding of DOS-format dates and times (one of...
1999-05-11 guySome of my fixes did get lost - put 'em back.
1999-05-11 sharpeSome clean-ups. I hope I have not disturbed any of...
1999-05-10 guyPass NBDS packets on to SMB even if we're only generati...
1999-05-10 guyDecode SMB requests inside NetBIOS Datagram Service...
1999-05-10 guyFix up the decode of "greater than core and up to and...
1999-05-10 gramFixed the number of parameters for the other super...
1999-05-10 guyDecode the "flags2" field in the SMB header.
1999-05-10 guyGet rid of the "P*" macros, as we're not using them...
1999-05-10 guyEGCS 1.1's dataflow analysis (and probably that of...
1999-05-10 guyCheck in updated version, reflecting the changes to...
1999-05-10 gramThis small change lets me read SMBtrans packets that...
1999-05-10 sharpeMode decoded SMBs ... Now decode part of a TCONX request,
1999-05-09 sharpeMinor changes to check if log info is working
1999-05-09 sharpeAdded new files for SMB decode: packet-smb.c, alignment...
next