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