aboutsummaryrefslogtreecommitdiffstats
path: root/packet-trmac.c
AgeCommit message (Collapse)AuthorFilesLines
1999-09-17Changed short packet handling in TR code to understand minimum-lengthGilbert Ramirez1-50/+110
TR packets (it's a variable-length header, remember). Added lots of proto_tree-style fields to TRMAC code. svn path=/trunk/; revision=683
1999-09-09Removed two cases where protocol decoding assumed that the data in theGilbert Ramirez1-3/+10
packets were correct. Bad packets could cause segfaults. svn path=/trunk/; revision=641
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-7/+19
allowing users to filter on the existence of these protocols. I also added packet-clip.c to the Nmake makefile. svn path=/trunk/; revision=402
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-48/+45
mechanism that is built into ethereal. Wiretap is now used to read all file formats. Libpcap is used only for capturing. svn path=/trunk/; revision=342
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-67/+55
reference the protocol tree with struct proto_tree and struct proto_item objects. That way, the packet decoding source code file can be used with non-gtk packet decoders, like a curses-based ethereal, e.g. I also re-arranged some of the information in packet.h to more appropriate places (like other packet-*.[ch] files). svn path=/trunk/; revision=223
1999-03-01Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xGilbert Ramirez1-3/+3
svn path=/trunk/; revision=197
1999-01-12Fixed a bug regarding bad packets. If a sub-vector indicated a 0-length,Gilbert Ramirez1-3/+10
dissect_trmac() would spin in an infinite loop. Now that condition is checked and properly handled. svn path=/trunk/; revision=168
1998-11-17* Added column formatting functionality.Gerald Combs1-5/+5
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
because it is still in its infancy, but it can be compiled in optionally. The library exists in its own subdirectory ethereal/wiretap. This patch also edits all the packet-*.c files to remove the #include <pcap.h> line which is unnecessary in these files. In the ethereal code, file.c is the most heavily modified with #ifdef WITH_WIRETAP lines for the optional library. svn path=/trunk/; revision=82
1998-10-22Silly mistake which caused if(tree) to fail.Gilbert Ramirez1-3/+3
svn path=/trunk/; revision=68
1998-10-21Removed some routines in support of match_strval function.Gilbert Ramirez1-37/+18
svn path=/trunk/; revision=67
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-1/+5
* FDDI support (Laurent, Guy) svn path=/trunk/; revision=36
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-6/+6
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. svn path=/trunk/; revision=31
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
svn path=/trunk/; revision=7
1998-09-16Initial revisionGerald Combs1-0/+322
svn path=/trunk/; revision=2