aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-09-09Allow the "manuf" file to contain well-known MAC addresses and addressGuy Harris6-78/+791
2002-09-08Use -1, rather than "tvb_length_remaining(tvb, offset)", as the lengthGuy Harris1-44/+57
2002-09-08KRB_DECODE_STRING_OR_DIE, and variants thereof, set "val_len" to theGuy Harris1-8/+8
2002-09-08Auth type 8 is NETLOGON secure channel used for BDC replication.Tim Potter1-2/+4
2002-09-08Fix documentation comments to reflext reality.Richard Sharpe1-3/+3
2002-09-08Add a "gssapi_lookup_oid()" that takes a binary OID (pointer and length)Guy Harris4-49/+55
2002-09-08Explain the GTK+ developers' thinking about detecting fixed-width fontsGuy Harris1-4/+44
2002-09-08Add a copyright :-)Richard Sharpe1-1/+3
2002-09-08Do *N*O*T* use the result of "format_oid()" as a key to look up a entryGuy Harris1-8/+12
2002-09-08All the multi-byte integral quantities are big-endian, so let's pretendGuy Harris1-3/+2
2002-09-07From Jouni Malinen, bug fix for EAP NAK packets.Ronnie Sahlberg2-4/+6
2002-09-07GtkCList to GtkTreeView conversion.Olivier Abad2-138/+214
2002-09-07Add missing gtk_tree_path_free()Olivier Abad1-2/+5
2002-09-07Strings copied from a TreeModel must be freed after usage.Olivier Abad1-1/+2
2002-09-07Fix a spelling mistake.Richard Sharpe1-2/+2
2002-09-07Add back stdio.hJörg Mayer1-1/+2
2002-09-07GtkList to GtkTreeView conversion.Olivier Abad2-858/+889
2002-09-07make dist needs to include gtk and gtk2 no matter what the configure opitons ...Jörg Mayer1-1/+4
2002-09-07Tap system supprot for Gtk1 and both rpc_stat and rpc_progsRonnie Sahlberg10-12/+1055
2002-09-07Add back stdio.hJörg Mayer1-1/+2
2002-09-07remove old files we have renamed to proper namesRonnie Sahlberg4-0/+0
2002-09-07Change naming for rpcstat and rpcprogsRonnie Sahlberg11-1001/+1001
2002-09-07Decode AP-REQ and AP-REP KRB5 message types ...Richard Sharpe1-6/+55
2002-09-07This file is not packet-gssapi.h, although it was cloned from itJörg Mayer1-2/+2
2002-09-07OK, now have KRB5 dissector playing nice.Richard Sharpe3-12/+15
2002-09-07Include wtap.h to declare wtap_pseudo_headerJörg Mayer1-1/+2
2002-09-07Declare dissect_Ticket in packet-kerberos.h and include that into packet-spne...Jörg Mayer3-2/+36
2002-09-07Use g_ntohXXX instead of ntohXXXJörg Mayer1-8/+8
2002-09-07Add back more string.h includesJörg Mayer3-1/+5
2002-09-06Forgot to add two filesRonnie Sahlberg2-0/+149
2002-09-06Patch from Oliver Abad to reduce CPU used by the redraw thread. Use g_sleep()Ronnie Sahlberg1-5/+7
2002-09-06From Vassilii Khachaturov, cleanup of redundant code.Ronnie Sahlberg6-117/+18
2002-09-06Put needed include back in (<string.h>, to declare "memset()").Guy Harris1-1/+2
2002-09-06From Hannes Gredler: decode the sample rate factor in cflowd5 headers.Guy Harris3-6/+17
2002-09-06Remove unused includeJörg Mayer1-2/+1
2002-09-06Forgot to point to tap.c for more documentation.Ronnie Sahlberg1-1/+2
2002-09-06A better than nothing doc for tapping.Ronnie Sahlberg1-0/+177
2002-09-06Moved two other functions from gtk2-rpc[stat|progs].c into main.c so itRonnie Sahlberg3-7/+5
2002-09-06Gtk2 port of RPCPROGSRonnie Sahlberg2-0/+408
2002-09-06Gtk2 port of RPCPROGS statisticsRonnie Sahlberg5-5/+24
2002-09-06Moved access of the mutex protecting the critical region into gtk2/main.cRonnie Sahlberg2-6/+23
2002-09-06Properly dissect the innerContextToken for Kerberos in GSSAPI.Richard Sharpe1-26/+21
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer78-408/+122
2002-09-05New type of onc-rpc statistics.Ronnie Sahlberg6-5/+287
2002-09-05Added a mutex to protect a critical region in Gtk2 where the list can beRonnie Sahlberg7-34/+103
2002-09-05Fix up compiler warning problems ...Richard Sharpe1-6/+1
2002-09-05Commit my changes to handle KRB5 in SPNEGO ...Richard Sharpe2-20/+152
2002-09-05The error codes returned by srvsvc rpcs are actually DOS error codes, not NT ...Tim Potter1-45/+45
2002-09-04Remove a debugging printf ...Richard Sharpe1-2/+2
2002-09-04Enable rpcstat in the gtk2 guiRonnie Sahlberg2-2/+35