aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
Commit message (Expand)AuthorAgeFilesLines
...
* Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke2001-04-011-509/+1
* Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.Ed Warnicke2001-04-011-3/+2
* Moved some definitions and functions from packet-osi.{c,h} toEd Warnicke2001-04-011-2/+2
* Moved the packet_info structure and supporting functions out ofEd Warnicke2001-04-011-19/+1
* Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke2001-04-011-106/+2
* Moved the value_string structures and function from packet.{c,h} intoEd Warnicke2001-04-011-53/+1
* Moved various to_str files from packet.{c,h} to a separateEd Warnicke2001-04-011-322/+2
* removed #include "print.h" and #include "file.h" from packet.cEd Warnicke2001-03-311-3/+1
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-2/+5
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-3/+3
* Add a new AT_OSI address type.Guy Harris2001-03-151-1/+9
* In "call_dissector()", if the protocol for the dissector referred to byGuy Harris2001-02-081-1/+2
* "Decode As" dialog, from David Hampton.Guy Harris2001-02-011-24/+333
* Tvbuffify the PIM dissector.Guy Harris2001-01-131-39/+1
* Also save and restore the value of "pinfo->match_port" inGuy Harris2001-01-131-3/+9
* In all the routines that set "pinfo->current_proto" before calling aGuy Harris2001-01-121-6/+36
* In "{old_}dissector_try_port()", check whether the protocol for theGuy Harris2001-01-101-2/+75
* Add a new "ip_to_str_buf()" routine that takes a pointer to an IPGuy Harris2001-01-091-19/+31
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-9/+24
* Add tables of "conversation" dissectors, which are associated withGuy Harris2001-01-091-1/+79
* Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris2000-12-041-1/+19
* Declare "proto_malformed" in "packet-frame.h", as "packet-frame.c"Guy Harris2000-12-031-5/+2
* Nothing in "packet.c" uses the global "cfile", so there's no need toGuy Harris2000-12-031-4/+1
* Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris2000-12-031-1/+15
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-35/+85
* Nobody calls "old_try_conversation_dissector()" orGuy Harris2000-11-181-33/+1
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-151-2/+80
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-39/+1
* Add a fourth choice of time format in the packet list display, whichGuy Harris2000-11-011-1/+28
* Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez2000-10-061-186/+30
* Move packet.[ch] to epanGilbert Ramirez2000-09-271-0/+1587