aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ascend.c
Commit message (Expand)AuthorAgeFilesLines
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-5/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-3/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-5/+5
* Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris2000-11-191-5/+16
* "ascend" was not working as display filter...Laurent Deniel2000-08-201-2/+3
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-9/+9
* Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez2000-05-251-5/+2
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-7/+7
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-10/+12
* Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez2000-05-161-28/+34
* Add tvbuff class.Gilbert Ramirez2000-05-111-10/+10
* Change dissect_ppp() to accept offset.Gilbert Ramirez2000-03-271-2/+2
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+3
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+8
* - bug fixed with user name displayLaurent Deniel1999-10-161-16/+20
* - replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1999-10-161-15/+17
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-4/+7
* Add support for "wdd" trace output.Gerald Combs1999-09-131-13/+29
* Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1999-09-111-20/+41
* Include <string.h> to declare "memmove()".Guy Harris1999-09-111-1/+2
* Oops - forgot to commit the Ascend header decoder..Gerald Combs1999-09-111-0/+87