aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman7-1015/+1915
2005-09-15Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.Guy Harris1-68/+123
2005-09-15We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't defineGuy Harris1-659/+594
2005-09-15Properly handle 64-bit integer constants (they don't happen by magic,Guy Harris1-23/+23
2005-09-15Squelch some warnings, fix some typoes.Guy Harris1-3/+3
2005-09-14fix wtap_dump_flush function name and don't check for it's return value. We d...Ulf Lamping1-4/+1
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping14-123/+272
2005-09-14add E_OUTOFMEMORYUlf Lamping1-0/+1
2005-09-14From Peter JohanssonAnders Broman1-1/+1
2005-09-14Fix a warning.Anders Broman1-1/+1
2005-09-14From Brian Bogora:Anders Broman3-0/+2203
2005-09-14From Dinesh G DuttAnders Broman8-81/+808
2005-09-14Do the variable binding with dissect_ber_x() routines rather than asn1 ones.Anders Broman1-63/+80
2005-09-14Dont't carsh if dissect_ber_null() isn't passed a hf_id.Anders Broman1-2/+2
2005-09-14Allow dissection of dcerpc of short frames instead of aborting as soon as i...Ronnie Sahlberg1-68/+74
2005-09-14for octet strings that span beyond the end of a "short" tvb, create a new s...Ronnie Sahlberg1-4/+7
2005-09-14when we have raw keberos inside the spnego blob, pass it as is over toRonnie Sahlberg1-2/+1
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris29-42/+44
2005-09-14fix #388: add /desktopicon and /quicklaunchicon command line options to the N...Ulf Lamping2-6/+51
2005-09-13Move "Expert Info" from "Statistics" to "Analyze" menu item.Ulf Lamping1-61/+142
2005-09-13Turn around the sequence of PATH, so the former PATH will be in front of the ...Ulf Lamping1-1/+10
2005-09-13In smb_trans_defragment(), throw an exception if we encounter a too-largeGerald Combs2-0/+17
2005-09-13implement a way to add menu items to the "Analyze" menuUlf Lamping2-1/+9
2005-09-13don't crash with a NULL pointer exception, if "do not decode as" is usedUlf Lamping1-5/+5
2005-09-13add to the protocol item a short description what a "Short Frame" isUlf Lamping1-1/+1
2005-09-13increment index of IID's in COL_INFOUlf Lamping1-1/+1
2005-09-13use the same name for menu item and dialog box title, use the right capitaliz...Ulf Lamping1-2/+2
2005-09-13Get application ID from the packet.Anders Broman1-22/+22
2005-09-13From Peter JohanssonAnders Broman1-7/+10
2005-09-13don't simply remove the expert_info output at BoundsError, but add the commen...Ulf Lamping1-0/+5
2005-09-13From Ankur Aggarwal:Anders Broman1-5/+5
2005-09-13From Stefan MetzmacherAnders Broman1-18/+79
2005-09-13From Alejandro Vaquero.Anders Broman2-54/+69
2005-09-13From Piros Lucian:Anders Broman4-0/+1030
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inGuy Harris6-32/+54
2005-09-13Don't pass an arbitrary string from a packet to a routine expecting aGuy Harris1-0/+1
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toGuy Harris5-54/+56
2005-09-12When jumping (e.g. using menu item Go/Go to Packet...) to a new packet which ...Ulf Lamping1-3/+61
2005-09-12add number of defragmented bytes to the expert info outputUlf Lamping1-2/+3
2005-09-12Get rid of "dtd_grammar.out" on a "make distclean".Guy Harris2-9/+14
2005-09-12Add a header file to declare routines defined in lexer and used inGuy Harris4-8/+40
2005-09-12Again, "g_strdown()" doesn't return a value in GLib 1.2[.x].Guy Harris1-6/+22
2005-09-12"g_strdown()" doesn't return a value in GLib 1.2[.x]; don't depend on itGuy Harris1-4/+7
2005-09-12The previous checkin for packet-isup.c was accidentally checked in alongGuy Harris3-46/+62
2005-09-12In now supports also:Michael Tüxen1-27/+83
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someGuy Harris8-53/+30
2005-09-12fix fault defragmentation the same way as in the request/response pathUlf Lamping1-18/+7
2005-09-12fix reassembling problem I've introduced yesterday, by using fragment_add_seq...Ulf Lamping3-68/+35
2005-09-11Fix a typo.Guy Harris1-1/+1
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris5-7/+15