aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...sahlberg1-3/+3
2002-12-02From Olivier Biot: show the packet sequence number and the "Missingguy1-3/+3
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-50/+50
2002-08-09From Tom Uijldert: WTP TPI dissection, and reindentation.guy1-643/+761
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-17From Joerg Mayer:guy1-6/+1
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",guy1-69/+16
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-05-27From Kari Heikkila: fix for WTP PDUs not containing user data.guy1-5/+7
2002-04-17Fix up the offsets in the list of segments.guy1-2/+2
2002-04-09Get rid of the extra "Header" entry, putting the tree back the way itguy1-58/+41
2002-04-05Give the top-level tree for concatenated PDUs an ett_ value of ett_wtp.guy1-43/+46
2002-03-27Put a tree with information about the WTP fragments into the tree ifguy1-1/+136
2002-02-27Label the data source for various forms of reassembled data with theguy1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-17Use the "fragmented" field of the "packet_info" structure inguy1-1/+4
2002-01-04WTP reassembly, from Tom Uijldert.guy1-83/+131
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-23/+13
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-3/+5
2001-12-03As you set a conversation dissector by supplying a dissector handleguy1-4/+5
2001-10-07From Georg von Zezschwitz:guy1-8/+50
2001-09-11Fix from Tom Uijldert: scan TPI's to get proper WTP packet length andguy1-8/+23
2001-09-10Some WAP WTP naming fixes plus textual Transaction Class value decoding,guy1-7/+14
2001-07-20Don't base the WSP dissector's idea of whether it's running inguy1-3/+4
2001-07-20Dissect WSP redirects, and set up a conversation and conversationguy1-2/+2
2001-07-03Don't base the protocol column setting in the WSP and WTP dissectors onguy1-21/+38
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-22/+22
2001-04-17Fix to WTP retransmission indicator dissection, from Olivier Biot.guy1-3/+12
2001-03-23Don't convert a WTP PDU type to a string by using as an index into aguy1-2/+3
2001-02-13Updates from Neil Hunter.guy1-11/+16
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-10/+14
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+3
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-4/+9
2001-01-03Register the WSP dissector, make it static, and have the WTP dissectorguy1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-1/+2
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soguy1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-11/+2
2000-11-05Make the RTCP, RTP, WSP, and WTP dissectors check whether theirguy1-11/+4
2000-11-04Microsoft Visual C++, unlike GCC, doesn't like it if you have noguy1-2/+3
2000-11-04WAP support, from Neil Hunter.guy1-0/+634