| Commit message (Expand) | Author | Age | Files | Lines |
* | Trivial signed/unsigned warning fixes | Jörg Mayer | 2004-01-19 | 1 | -2/+2 |
* | There might not be any AFS payload in an AFS reply; for fields in the | Guy Harris | 2003-12-27 | 1 | -6/+5 |
* | Update for AFS and related protocols so that time between Request and | Ronnie Sahlberg | 2003-03-05 | 1 | -11/+49 |
* | "hf_afs_bos_status" is an FT_INT32, so it can't be put into the tree | Guy Harris | 2003-01-27 | 1 | -3/+3 |
* | Rename OUT_DATE to OUT_TIMESECS, as it can be used for relative time in | Guy Harris | 2003-01-18 | 1 | -6/+6 |
* | Arguments to hash routines are gconstpointer's; assign them to const | Guy Harris | 2002-11-28 | 1 | -10/+8 |
* | Display AFS KAUTH information, from Loic Tortay | Gerald Combs | 2002-09-30 | 1 | -6/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -36/+36 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | From Loic Tortay: fix a crash when dissecting AFS authentication | Guy Harris | 2002-06-13 | 1 | -2/+2 |
* | From Joerg Mayer: make a pile of stuff not used outside one source file | Guy Harris | 2002-05-10 | 1 | -5/+5 |
* | Note a problem with "GETSTR". | Guy Harris | 2002-05-06 | 1 | -2/+11 |
* | From Joerg Mayer: flag unused arguments as such. | Guy Harris | 2002-05-02 | 1 | -11/+11 |
* | rename some macros, start getting rid of redundant macros, add more vldb diss... | Nathan Neulinger | 2002-02-08 | 1 | -83/+88 |
* | dissect flags, more vldb fixes | Nathan Neulinger | 2002-02-03 | 1 | -1/+5 |
* | Provide tvb_ensure_length_remaining(), which is like | Gilbert Ramirez | 2002-02-01 | 1 | -2/+2 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -4/+4 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | get-entry-by-name-u updates | Nathan Neulinger | 2002-01-18 | 1 | -2/+34 |
* | slight improvements to afs parsing, bulkstatus still needs work | Nathan Neulinger | 2002-01-18 | 1 | -9/+24 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -11/+11 |
* | Rename the "private" member of the "packet_info" structure to | Guy Harris | 2001-11-03 | 1 | -2/+2 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -2/+2 |
* | Replace the protocol-specific data in the "packet_info" structure with a | Guy Harris | 2001-08-04 | 1 | -64/+65 |
* | Various signed vs. unsigned fixes, from Joerg Mayer. | Guy Harris | 2001-06-18 | 1 | -2/+2 |
* | Call the AFS dissector through a handle. | Guy Harris | 2001-05-27 | 1 | -4/+5 |
* | RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg. | Guy Harris | 2001-05-27 | 1 | -422/+207 |
* | simplistic check for encrypted data | Nathan Neulinger | 2001-04-02 | 1 | -45/+64 |
* | misc afs/rx updates - more dissection, etc. | Nathan Neulinger | 2001-03-26 | 1 | -16/+28 |
* | Misc ubik/afs updates to correct a SEGV and add some more | Nathan Neulinger | 2001-03-23 | 1 | -41/+68 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Small code optimization to make it possible to compile on ReliantUNIX. | Uwe Girlich | 2000-11-30 | 1 | -59/+9 |
* | Fix buffer overruns: | Gerald Combs | 2000-11-19 | 1 | -4/+4 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | more decoding of afs bos traffic | Nathan Neulinger | 2000-11-03 | 1 | -21/+214 |
* | finished up afs fs requests, more macros implemented | Nathan Neulinger | 2000-11-03 | 1 | -15/+42 |
* | finished up structure for fs replies, though macros still need implemented | Nathan Neulinger | 2000-11-03 | 1 | -4/+117 |
* | Split into a separate files. Started adding a bunch more decoding of | Nathan Neulinger | 2000-11-03 | 1 | -1360/+240 |
* | added backup,rmtsys,update opcodes | Nathan Neulinger | 2000-11-02 | 1 | -9/+48 |
* | more cleanup of opcodes | Nathan Neulinger | 2000-11-02 | 1 | -29/+34 |
* | added entry, fixed couple of typos | Nathan Neulinger | 2000-11-02 | 1 | -2/+3 |
* | Make the routines used for the hash table static - they're not used | Guy Harris | 2000-10-23 | 1 | -4/+4 |
* | Support for conversations with "wildcard" destination addresses, from | Guy Harris | 2000-10-21 | 1 | -3/+3 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Fix the display of volume names. | Guy Harris | 2000-06-21 | 1 | -7/+7 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -36/+35 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -40/+40 |
* | Fix up a bunch of places where a pointer into the packet buffer was cast | Guy Harris | 2000-01-15 | 1 | -8/+8 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Provide a general mechanism by which dissectors can register "init" | Guy Harris | 1999-11-17 | 1 | -2/+3 |