aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineguy1-4/+15
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-3/+43
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noguy1-4/+4
2002-02-11dissect_frame() can throw a ReportedBoundsError; catch it ingram1-4/+9
2002-01-17Use the "fragmented" field of the "packet_info" structure inguy1-2/+3
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"gram1-1/+32
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram1-1/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-3/+13
2001-12-08Clean up indentation.guy1-20/+20
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-5/+44
2001-12-03A "dissector_table_t" is no longer a pointer to a hash table, it's aguy1-4/+4
2001-12-03Get rid of the lists of conversation dissectors; instead, have aguy1-110/+93
2001-12-03Add a routine tro look for a given port in a given dissector table and,guy1-5/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-71/+62
2001-12-03Rename another routine to get rid of an unnecessary "1" in its name.guy1-3/+3
2001-12-03Don't bother saving or restoring "can_desegment" until you actually callguy1-13/+14
2001-12-03Rename and re-comment some routines to make it clearer what they do.guy1-18/+27
2001-11-29Update from Ronnie Sahlberg:guy1-3/+26
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-1/+15
2001-11-26This should be the final bit of removing the dissect_data symbolhagbard1-2/+6
2001-11-21Remove the global packet_info called "pi". Dissectors now onlygram1-12/+27
2001-11-21Get rid of some unused variables.guy1-4/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"guy1-27/+2
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"guy1-3/+1
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedguy1-71/+13
2001-06-29Create a routine to do the tvbuff-length-adjusting andguy1-1/+45
2001-06-02"old_dissector_delete()" is no longer used; remove it.guy1-31/+2
2001-05-30No old-style dissectors call "old_dissector_try_port()", so get rid ofguy1-159/+12
2001-04-01Changed proto_init() to have it fetch proto_malformed at run timehagbard1-2/+8
2001-04-01Changed packet_init() to look up the frame dissector and cache itshagbard1-3/+6
2001-04-01Moved the the remaining column related routines out of packet.{c,h}hagbard1-509/+1
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.hagbard1-3/+2
2001-04-01Moved some definitions and functions from packet-osi.{c,h} tohagbard1-2/+2
2001-04-01Moved the packet_info structure and supporting functions out ofhagbard1-19/+1
2001-04-01Moved the frame_data structures and functions from packet.{h,c} tohagbard1-106/+2
2001-04-01Moved the value_string structures and function from packet.{c,h} intohagbard1-53/+1
2001-04-01Moved various to_str files from packet.{c,h} to a separatehagbard1-322/+2
2001-03-31removed #include "print.h" and #include "file.h" from packet.chagbard1-3/+1
2001-03-23Changes required to support multiple named data sources.jfoster1-2/+5
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsgram1-3/+3
2001-03-15Add a new AT_OSI address type.guy1-1/+9
2001-02-08In "call_dissector()", if the protocol for the dissector referred to byguy1-1/+2
2001-02-01"Decode As" dialog, from David Hampton.guy1-24/+333
2001-01-13Tvbuffify the PIM dissector.guy1-39/+1
2001-01-13Also save and restore the value of "pinfo->match_port" inguy1-3/+9
2001-01-12In all the routines that set "pinfo->current_proto" before calling aguy1-6/+36
2001-01-10In "{old_}dissector_try_port()", check whether the protocol for theguy1-2/+75
2001-01-09Add a new "ip_to_str_buf()" routine that takes a pointer to an IPguy1-19/+31
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-9/+24
2001-01-09Add tables of "conversation" dissectors, which are associated withguy1-1/+79