aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-10-24From Jim McDonough: add dissection of the shutdown, shutdownex, andGuy Harris1-4/+118
2003-10-23Added support for LMP draft version -09. Support for older draftAshok Narayanan3-147/+916
2003-10-23The ACL revision field is one byte, not 2 bytes.Ronnie Sahlberg1-5/+5
2003-10-23Non-NCP_SERVICE_REQUEST packets don't have a subfunction.Guy Harris1-14/+15
2003-10-23Treat NCP 0x5555 packets as NCP requests, so we store them in the hashGuy Harris1-70/+61
2003-10-23Fix a call to "dissect_dcerpc_cn()" to handle the new return value.Guy Harris1-2/+2
2003-10-23Catch exceptions in "dissect_dcerpc_cn_bs()", so that if we get anGuy Harris1-20/+54
2003-10-23Get rid of the "offset" argument to "dcerpc_try_handoff()" - it's alwaysGuy Harris1-121/+203
2003-10-23Add a "show_exception()" routine that takes an exception code as anGuy Harris2-8/+27
2003-10-23Add a new EXCEPT_CODE macro to get the exception code for the currentGuy Harris1-0/+2
2003-10-23Use -1 rather than "tvb_length(tvb)" to specify a length that covers theGuy Harris1-3/+3
2003-10-23From Michael Lum: register with the ANSI A-interface dissector.Guy Harris1-9/+3
2003-10-22From Ulf Lamping: add a preference to control whether to show or hideGuy Harris3-10/+21
2003-10-22From Yaniv Kaul: if there's more than one context item in a BIND PDU, showGuy Harris1-2/+5
2003-10-22From Yaniv Kaul:Guy Harris1-20/+7
2003-10-22From Michael Lum:Guy Harris7-278/+10004
2003-10-22From Michael Lum: add new SSN values for RANAP, IOS, and BSSAP/BSAP, andGuy Harris1-1/+13
2003-10-22Get rid of C++ comment.Guy Harris1-2/+2
2003-10-22Get rid of carriage returns.Guy Harris2-208/+208
2003-10-22From Jaime FournierRonnie Sahlberg4-3/+94
2003-10-22From Jaime FournierRonnie Sahlberg4-5/+126
2003-10-22From Jean-Baptiste MarchandRonnie Sahlberg3-23/+24
2003-10-22Fix to dissection of Mike's problem reported on ethereal-usersRonnie Sahlberg2-8/+8
2003-10-21Catch exceptions when dissecting a verifier, so we still dissect theGuy Harris2-102/+113
2003-10-20Warn about Yet Another GCCism.Guy Harris1-3/+7
2003-10-20From Jesper Peterson: get rid of GCCism/C++ism - C89 doesn't allowGuy Harris1-3/+2
2003-10-20If a tap menu item doesn't have a "selected_packet_enabled()" orGuy Harris2-17/+23
2003-10-20From Jim McDonough: add the text sservice name for a UUID/version stringGuy Harris1-39/+88
2003-10-20From Brad Hards: support TCP desegmentation.Guy Harris1-5/+37
2003-10-20From Anders Broman:Guy Harris1-89/+237
2003-10-20From Ulf Lamping:Guy Harris1-44/+32
2003-10-20In fileopen_dir_changed_cb() :Olivier Abad1-6/+9
2003-10-19From Emanuele Caratti:Guy Harris2-46/+211
2003-10-18From Emanuele Caratti:Guy Harris1-9/+108
2003-10-17Fix a URL.Guy Harris1-2/+2
2003-10-17Fix up some comments.Guy Harris1-33/+41
2003-10-17From Greg Morris: don't add zero-length items to the tree, add someGuy Harris1-53/+225
2003-10-17Update credits for Shinsuke Suzuki.Guy Harris1-1/+1
2003-10-17From Shinsuke Suzuki: support Address List Option, newly introduced inGuy Harris1-1/+20
2003-10-17From Shinsuke Suzuki:Guy Harris1-20/+30
2003-10-17From Olivier Biot : remove packet capture code when compiling withoutOlivier Abad2-4/+26
2003-10-17Use gtk_tree_view_expand_to_path() in gtk2 code to expand a node, as itOlivier Abad1-2/+2
2003-10-17Further expand a comment.Guy Harris1-6/+7
2003-10-17destinationType is an EndPointType and NOT an EndPointRonnie Sahlberg1-7/+7
2003-10-17change the h225 emailid from a sequence of bytes to a stringRonnie Sahlberg1-2/+2
2003-10-17Change the comments about toolbar elements resizing as it is notOlivier Abad1-10/+7
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarGuy Harris5-40/+93
2003-10-16Put back Guy's changes from r1.3 (print callback, and "Find frame..."Olivier Abad1-5/+5
2003-10-16- use stock icons in the toolbar when using GTK2Olivier Abad3-281/+437
2003-10-16From Michael Lum: fixed some formatting and removed unused code.Guy Harris1-189/+158