aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-27From Chris Wilson:Olivier Biot1-2/+2
2004-01-07Get rid of a now unused variable.Olivier Biot1-3/+2
2004-01-04Add more information to the WTP protocol summary (PDU type and PDU specificOlivier Biot1-93/+173
2003-12-30Clean up the handling of the code that handles the payload a bit; thisGuy Harris1-22/+31
2003-12-23Move the GSM SMS dissection to a dedicated subdissector (currently still withinOlivier Biot1-2/+2
2003-12-22Speed up WTP dissection by performing TPI subdissection only once and settingOlivier Biot1-41/+58
2003-12-21warning: static declaration for ... follows non-staticJörg Mayer1-4/+4
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
2003-12-15Remove unused dissector handles from the WAP dissectors.Olivier Biot1-4/+4
2003-11-05From Olivier Biot: have a separate subtree ett_ value for concatenatedGuy Harris1-2/+4
2003-08-07From Lo�c Minier: allow packets with no payload to participate inGuy Harris1-3/+7
2003-07-29Put "WTP" into the Info column for segmented invoke/result PDUs on whichGuy Harris1-2/+2
2003-07-29From Georg von Zezschwitz: don't pass segments other than the firstGuy Harris1-4/+26
2003-06-30From Olivier Biot:Guy Harris1-1/+2
2003-05-24Timo Sirainen discovered that snprintf() returning -1 wasn't being handledGerald Combs1-10/+11
2003-05-19From Olivier Biot: fix incorrect tvbuff definition in the WTP PDUGuy Harris1-2/+2
2003-05-08From Olivier Biot: fix WTP sub-PDU size presentation in the protocolGuy Harris1-5/+5
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-04-09From Tom Uijldert: properly decode the packet sequence number in WTPGuy Harris1-2/+2
2003-03-05Use the reported length, not the captured length, as the fragment lengthGuy Harris1-7/+12
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-12-02From Olivier Biot: show the packet sequence number and the "MissingGuy Harris1-3/+3
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-50/+50
2002-08-09From Tom Uijldert: WTP TPI dissection, and reindentation.Guy Harris1-643/+761
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-6/+1
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-69/+16
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-05-27From Kari Heikkila: fix for WTP PDUs not containing user data.Guy Harris1-5/+7
2002-04-17Fix up the offsets in the list of segments.Guy Harris1-2/+2
2002-04-09Get rid of the extra "Header" entry, putting the tree back the way itGuy Harris1-58/+41
2002-04-05Give the top-level tree for concatenated PDUs an ett_ value of ett_wtp.Guy Harris1-43/+46
2002-03-27Put a tree with information about the WTP fragments into the tree ifGuy Harris1-1/+136
2002-02-27Label the data source for various forms of reassembled data with theGuy Harris1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris1-1/+4
2002-01-04WTP reassembly, from Tom Uijldert.Guy Harris1-83/+131
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-23/+13
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-12-03As you set a conversation dissector by supplying a dissector handleGuy Harris1-4/+5
2001-10-07From Georg von Zezschwitz:Guy Harris1-8/+50
2001-09-11Fix from Tom Uijldert: scan TPI's to get proper WTP packet length andGuy Harris1-8/+23
2001-09-10Some WAP WTP naming fixes plus textual Transaction Class value decoding,Guy Harris1-7/+14
2001-07-20Don't base the WSP dissector's idea of whether it's running inGuy Harris1-3/+4
2001-07-20Dissect WSP redirects, and set up a conversation and conversationGuy Harris1-2/+2
2001-07-03Don't base the protocol column setting in the WSP and WTP dissectors onGuy Harris1-21/+38
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-22/+22
2001-04-17Fix to WTP retransmission indicator dissection, from Olivier Biot.Guy Harris1-3/+12