aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-12-05It seems pretty clear that a PDU_AUTH3 really is an AUTH3 PDU, and weGuy Harris1-2/+2
2002-12-05Fixed a bug regarding the handling of correlation ids.Michael Tüxen1-6/+6
2002-12-04Added support for the Implementers Guide.Michael Tüxen1-3/+69
2002-12-04Some constant for getprinter level 7 decoding.Tim Potter1-1/+7
2002-12-04Decode getprinter level 7.Tim Potter1-1/+51
2002-12-04Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.Gerald Combs5-7/+203
2002-12-03Include <string.h> so that memcpy() is properly declared.Gerald Combs1-1/+3
2002-12-03- added RFC 3331 indication to the protocol column entry.Michael Tüxen1-2/+2
2002-12-03- Updated to RFC 3331 version.Michael Tüxen1-420/+302
2002-12-03I've seen a capture with a TDS packet type of 18 at the beginning of theGuy Harris1-607/+598
2002-12-03Make the fragment item table static and const.Guy Harris1-17/+17
2002-12-03Show all 6 digits of precision in the time stamp column when displayingGuy Harris1-5/+5
2002-12-03Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"Guy Harris2-6/+6
2002-12-03Include packet-wlancap.h into the tarballJörg Mayer1-1/+2
2002-12-03Add compat_macros.h to the tarballJörg Mayer1-1/+2
2002-12-03Values in Microsoft protocols that don't have their byte order specifiedGuy Harris1-57/+64
2002-12-03Gcc was afraid that hs_tree might be used uninitialized. It wasn't, butJörg Mayer1-2/+3
2002-12-03Update FAQJörg Mayer1-145/+191
2002-12-03Update manuf fileJörg Mayer1-7/+65
2002-12-03From Devin Heitmueller:Guy Harris8-14/+479
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris32-200/+204
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris3-18/+18
2002-12-02"dfilter_compile()" doesn't modify the string pointed to by its firstGuy Harris2-4/+4
2002-12-02Get rid of some no-longer-used routines; there are other routines thatGuy Harris2-215/+3
2002-12-02From Olivier Biot: show the packet sequence number and the "MissingGuy Harris1-3/+3
2002-12-02Update Michael Tuexen's e-mail address.Guy Harris2-2/+2
2002-12-02Cast the result of "tvb_get_ptr()" to a "const char *", not a "char *".Guy Harris1-3/+3
2002-12-02Don't discard the constness of arguments to GHashTable functions.Guy Harris1-4/+4
2002-12-02"ip6_to_str()" takes a const pointer as an argument, so you don't haveGuy Harris1-4/+4
2002-12-02Get rid of a no-longer-used variable.Guy Harris1-5/+1
2002-12-02From Jason House: MSVC++ doesn't like cases with no statements, so addGuy Harris1-1/+5
2002-12-02Put back the "width" local variable in proto_cb() which is used only byOlivier Abad1-2/+4
2002-12-02Make the new protocol list work with GTK2. The "status" column uses aOlivier Abad1-17/+48
2002-12-02Updated the handling of padding bytes.Michael Tüxen1-23/+10
2002-12-02Remove gtk_tree_view_set_search_column() which is not needed.Olivier Abad1-2/+1
2002-12-02Allow keyboard-only navigation of the Protocols dialog. Protocols canGerald Combs2-6/+22
2002-12-01Enable/disable protocols with a single click. Fix the behavior ofGerald Combs2-16/+19
2002-12-01From Brad Hards:Guy Harris2-6/+30
2002-12-01The previous change caused the delta time to be the delta between aGuy Harris1-4/+7
2002-12-01Update some text in the help dialog.Gerald Combs3-142/+240
2002-11-30Added some flags and value_Strings for netlogonRonnie Sahlberg2-20/+602
2002-11-29From Like H, update to NETLOGON. DSROLEGETPRIMARYDOMAININFO is actually EN...Ronnie Sahlberg3-24/+45
2002-11-29From Luke H. Update to GetDomainInfoRonnie Sahlberg1-48/+69
2002-11-29Updte for io-stat to make it more powerful.Ronnie Sahlberg2-59/+522
2002-11-29calculate delta and rel time earlier and unconditionally of whether the packe...Ronnie Sahlberg1-30/+30
2002-11-28Before dissecting the payload of a Protocol-Reject LCP packet, save theGuy Harris1-1/+12
2002-11-28Fix "addr_ip6_to_str" to reflect the fact that "ip6_to_str()" now takesGuy Harris1-2/+2
2002-11-28Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" andGuy Harris3-13/+10
2002-11-28From Pasi Eronen: dissect the packet inside an LCP Protocol Reject message.Guy Harris2-9/+66
2002-11-28From Marco Molteni: fix a typo and a function name, and give it an RCSGuy Harris1-2/+4