aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-08Christophe Tronche's BPDU dissector.Guy Harris1-2/+2
1999-09-27Don't bother setting the length of the LLC header when we create the LLCGuy Harris1-2/+2
1999-09-26Handle the length of the LLC(+SNAP) header correctly for SNAP frames.Guy Harris1-6/+14
1999-09-26Have "get_xdlc_control()" and "dissect_xdlc_control()" return theGuy Harris1-12/+14
1999-08-23Have "get_xdlc_control()" and "dissect_xdlc_control()" just return aGuy Harris1-18/+14
1999-08-23The only LLC frame types that should be dissected based on their SAP or,Guy Harris1-37/+76
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1-2/+2
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-4/+32
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-7/+7
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-8/+15
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-78/+116
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-18/+13
1999-03-22Well, that was dumb. I didn't have to add a "capture_data()" routine; IGuy Harris1-2/+2
1999-03-22Have "sap_capture_func()" return "capture_data" rather thanGuy Harris1-8/+11
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-30/+73
1998-11-17* Added column formatting functionality.Gerald Combs1-7/+7
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-1/+5
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-9/+9
1998-09-23I removed the ncp code from packet-ipx.c and created packet-ncp.c. Now thatGilbert Ramirez1-2/+2
1998-09-17The non-SNAP vines doesn't work with dissect_vines(). We don't know what myGilbert Ramirez1-3/+5
1998-09-17I moved the list of dissect() functions into the table of SAPs. It removesGilbert Ramirez1-42/+53
1998-09-17* Added in Laurent's OSI/ISO CNLP and COTP support.Gerald Combs1-1/+4
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+163