aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-12-02Update Michael Tuexen's e-mail address.guy2-2/+2
2002-12-02Cast the result of "tvb_get_ptr()" to a "const char *", not a "char *".guy1-3/+3
2002-12-02Don't discard the constness of arguments to GHashTable functions.guy1-4/+4
2002-12-02"ip6_to_str()" takes a const pointer as an argument, so you don't haveguy1-4/+4
2002-12-02Get rid of a no-longer-used variable.guy1-5/+1
2002-12-02From Jason House: MSVC++ doesn't like cases with no statements, so addguy1-1/+5
2002-12-02Put back the "width" local variable in proto_cb() which is used only byoabad1-2/+4
2002-12-02Make the new protocol list work with GTK2. The "status" column uses aoabad1-17/+48
2002-12-02Updated the handling of padding bytes.tuexen1-23/+10
2002-12-02Remove gtk_tree_view_set_search_column() which is not needed.oabad1-2/+1
2002-12-02Allow keyboard-only navigation of the Protocols dialog. Protocols cangerald2-6/+22
2002-12-01Enable/disable protocols with a single click. Fix the behavior ofgerald2-16/+19
2002-12-01From Brad Hards:guy2-6/+30
2002-12-01The previous change caused the delta time to be the delta between aguy1-4/+7
2002-12-01Update some text in the help dialog.gerald3-142/+240
2002-11-30Added some flags and value_Strings for netlogonsahlberg2-20/+602
2002-11-29From Like H, update to NETLOGON. DSROLEGETPRIMARYDOMAININFO is actually EN...sahlberg3-24/+45
2002-11-29From Luke H. Update to GetDomainInfosahlberg1-48/+69
2002-11-29Updte for io-stat to make it more powerful.sahlberg2-59/+522
2002-11-29calculate delta and rel time earlier and unconditionally of whether the packe...sahlberg1-30/+30
2002-11-28Before dissecting the payload of a Protocol-Reject LCP packet, save theguy1-1/+12
2002-11-28Fix "addr_ip6_to_str" to reflect the fact that "ip6_to_str()" now takesguy1-2/+2
2002-11-28Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" andguy3-13/+10
2002-11-28From Pasi Eronen: dissect the packet inside an LCP Protocol Reject message.guy2-9/+66
2002-11-28From Marco Molteni: fix a typo and a function name, and give it an RCSguy1-2/+4
2002-11-28From Marco Molteni: fix a comment to reflect reality.guy3-2/+7
2002-11-28We have to keep the first frame - circuits aren't necessarily created asguy2-11/+11
2002-11-28Don't keep the first frame around for circuits; we assume that a givenguy2-11/+11
2002-11-28Don't dissect SASL stuff as GSS_Wrapped unless we're actually usingguy1-31/+43
2002-11-28Handle GSS_Wrap header information as well as context-level tokens. Aguy5-97/+469
2002-11-28Assign the results of calls to "tvb_get_ptr()" to const pointerguy4-28/+26
2002-11-28Make the pointer passed by reference as the last argument ofguy1-2/+2
2002-11-28Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qualguy3-9/+39
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constguy10-65/+64
2002-11-28Make "ip6_to_str()" take a const pointer as an argument.guy2-5/+5
2002-11-28That was the wrong cast, d00d....guy1-3/+3
2002-11-28Constify some pointers to avoid converting const pointers to non-constguy3-11/+13
2002-11-28Make the "strings" pointer in a "header_field_info" structure a constguy3-12/+12
2002-11-27Cast various "const gpointer" arguments to const pointers rather thanguy3-24/+32
2002-11-27"ether_to_str()" takes a "const guint8 *" as an argument; there's noguy1-3/+3
2002-11-27The arguments to the "pntoh" and "pletoh" macros could be constguy1-19/+19
2002-11-27Add "-Wcast-qual" to the list of "-W" flags, so we catch code that couldguy1-3/+3
2002-11-27The "pd" argument to "wtap_process_pcap_packet()" is a const pointer;guy1-2/+2
2002-11-27The arguments to the "pntoh" and "pletoh" macros could be constguy1-41/+41
2002-11-27From Andreas Trauer:guy2-8/+33
2002-11-27Try to handle LDAP messages encapsulated inside a SASL security layer.guy1-191/+463
2002-11-27Check whether we got an overflow for the PDU length *before* we checkguy1-12/+12
2002-11-26Update to match what a Sniffer document says about TDS.guy1-23/+77
2002-11-26The command says 0x20-0x2F: Adjust mask accordinglyjmayer1-2/+2
2002-11-25From Jason Greene:guy3-2/+8