aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename the manifest file. Remove some unused images.Gerald Combs2006-05-317-1550/+1
| | | | svn path=/trunk/; revision=18277
* Rename the main executable to "wireshark", along with more conversions:Gerald Combs2006-05-3192-787/+786
| | | | | | | | | | | ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
* Update 3GPP AVP:sAnders Broman2006-05-311-2/+91
| | | | svn path=/trunk/; revision=18270
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-3198-438/+438
| | | | svn path=/trunk/; revision=18268
* Fixes the handling of long term captures from a simulation tool.Michael Tüxen2006-05-313-80/+235
| | | | svn path=/trunk/; revision=18267
* Fix building idl2wrs (after looking through previous versions of Makefile.amGerald Combs2006-05-311-1/+5
| | | | | | it's not apparent how it was working before). svn path=/trunk/; revision=18266
* Editorial fixes from Thomas Dreibholz.Michael Tüxen2006-05-312-44/+44
| | | | svn path=/trunk/; revision=18265
* get rid of few warnings in packet-per.cTomas Kukosa2006-05-311-5/+6
| | | | svn path=/trunk/; revision=18264
* improve the tcp retransmission vs outoforder heuristics to address the issue ↵Ronnie Sahlberg2006-05-311-2/+2
| | | | | | | | | in PeterBruno's email of may18 dont reply to mailinglist that issue has been resolved since "ethereal" is still in limbo svn path=/trunk/; revision=18263
* H.245 update to version 12 (10/2005)Tomas Kukosa2006-05-313-615/+1236
| | | | svn path=/trunk/; revision=18262
* Add some missing *-exp-cnf filesAnders Broman2006-05-313-0/+40
| | | | svn path=/trunk/; revision=18261
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-3184-298/+298
| | | | | | changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
* eug -> wsugGerald Combs2006-05-303-62/+62
| | | | svn path=/trunk/; revision=18259
* Preparations for reassembly. Currently there is a problem with the rrlp ↵Anders Broman2006-05-302-8/+50
| | | | | | dissector... svn path=/trunk/; revision=18258
* Ethereal -> Wireshark in the User's Guide. Switch over to the new logo. Gerald Combs2006-05-3025-666/+666
| | | | | | | We'll probably want to use a vectorized version of the logo (e.g. EPS or SVG) at some point. svn path=/trunk/; revision=18257
* EUG -> WSUGGerald Combs2006-05-3028-93/+93
| | | | svn path=/trunk/; revision=18256
* Ethereal -> WiresharkGerald Combs2006-05-3020-48/+48
| | | | svn path=/trunk/; revision=18255
* ethereal.nsi -> wireshark.nsiGerald Combs2006-05-306-11/+11
| | | | svn path=/trunk/; revision=18254
* Transform ethereal.ico to wireshark.ico. Update references accordingly.Gerald Combs2006-05-3012-113/+113
| | | | | | | | | Change the name of the Windows package to "wireshark-setup-..." Other Ethereal -> Wireshark updates. We _really_ need a better Wireshark icon. svn path=/trunk/; revision=18253
* Use the Wireshark icon.Gerald Combs2006-05-301-0/+0
| | | | svn path=/trunk/; revision=18252
* Add icons in common sizes.Gerald Combs2006-05-304-0/+0
| | | | svn path=/trunk/; revision=18251
* ETHEREAL_LIBS -> WIRESHARK_LIBSGerald Combs2006-05-303-64/+64
| | | | svn path=/trunk/; revision=18250
* Add quick-and-dirty icons.Gerald Combs2006-05-292-0/+120
| | | | svn path=/trunk/; revision=18249
* Ethereal->WiresharkAnders Broman2006-05-297-412/+412
| | | | svn path=/trunk/; revision=18248
* Ethereal->WiresharkAnders Broman2006-05-293-21/+21
| | | | svn path=/trunk/; revision=18246
* From Martin Mathieson:Anders Broman2006-05-291-5/+40
| | | | | | | | | - shows profile-specific extension data at the end of SR/RR reports (if packet length has not yet been reached after parsing normal data) and advances offset (further packets were not recognised+dissected as this data wasn't being skipped). svn path=/trunk/; revision=18245
* From Martin Mathieson:Anders Broman2006-05-291-4/+34
| | | | | | | | | | This version of the patch won't look for the authentication scheme (it just skips that part for Authentication-Info headers). I tested it using the enclosed file (pasted from the RFC and fed through od/text2pcap, then messed around with so I could test the other new parameters, even if they don't really belong in that header...). svn path=/trunk/; revision=18244
* Ethereal->WiresharkAnders Broman2006-05-291-0/+0
| | | | svn path=/trunk/; revision=18243
* Ethereal->WiresharkAnders Broman2006-05-291-16/+16
| | | | svn path=/trunk/; revision=18242
* Move to toolsAnders Broman2006-05-291-0/+0
| | | | svn path=/trunk/; revision=18241
* Ethereal->WiresharkAnders Broman2006-05-292-0/+0
| | | | svn path=/trunk/; revision=18240
* Ethereal->WiresharkAnders Broman2006-05-295-548/+39
| | | | svn path=/trunk/; revision=18239
* - h225.asn renamed to H323-MESSAGES.asnTomas Kukosa2006-05-2914-917/+1228
| | | | | | | | - h245.asn renamed to MULTIMEDIA-SYSTEM-CONTROL.asn - rollback changes in .asn sources to keep them in original ITU-T form and put necessary changes into .cnf files - PER dissectors regenerated svn path=/trunk/; revision=18238
* - new directive #.VIRTUAL_ASSGN - making assign from type of any filedTomas Kukosa2006-05-291-14/+80
| | | | | | | | | | - new directive #.SET_TYPE - enforce type for field - T_... name is based on renamed field (if present) instead of original one - report unused #.FN_HDR, #.FN_BODY, #.FN_FTR - new directive #.TF_RENAME - renames type and field together (example of usage will follow in H225 and H245 dissectors) svn path=/trunk/; revision=18237
* Ethereal->WiresharkAnders Broman2006-05-291-7/+7
| | | | svn path=/trunk/; revision=18236
* Ethereal->WiresharkAnders Broman2006-05-2845-163/+163
| | | | svn path=/trunk/; revision=18235
* Ethereal->WiresharkAnders Broman2006-05-2840-99/+99
| | | | svn path=/trunk/; revision=18234
* Move to toolsAnders Broman2006-05-282-0/+0
| | | | svn path=/trunk/; revision=18233
* Ethereal->WiresharkAnders Broman2006-05-2830-318/+318
| | | | svn path=/trunk/; revision=18232
* Ethereal->WiresharkAnders Broman2006-05-2851-98/+98
| | | | svn path=/trunk/; revision=18231
* Ethareal->WiresharkAnders Broman2006-05-285-12/+12
| | | | svn path=/trunk/; revision=18230
* basic sdp dissector for the bluetooth stackRonnie Sahlberg2006-05-282-0/+852
| | | | svn path=/trunk/; revision=18229
* Fix bug 973:Anders Broman2006-05-275-51/+93
| | | | | | | | | | While in 3GPP spec, the last two (Down/up nextPDCP-PDU seq. no.) would be 2 BYTES. So ethreal could not read the message correctly. We have to modify the log to make Ethreal analysis it. Add disection of TargetID. svn path=/trunk/; revision=18228
* From Markus Meier:Anders Broman2006-05-271-15/+255
| | | | | | Better dissection of chanel descriptions. svn path=/trunk/; revision=18227
* Handle the case with only one speech sample.Anders Broman2006-05-271-2/+5
| | | | svn path=/trunk/; revision=18226
* Dissect RTP Redundancy Support correctly.Anders Broman2006-05-271-4/+6
| | | | svn path=/trunk/; revision=18225
* the bluetooth SCO transport layer from the affix bluetooth patchRonnie Sahlberg2006-05-272-0/+116
| | | | svn path=/trunk/; revision=18224
* add reassembly of bluetooth ACL packetsRonnie Sahlberg2006-05-272-112/+109
| | | | | | | | doing the reassembly internally in acl instead of calling reassembly.c since the fragmentation is so simple and packets are so small anyway so full reassembly.c support would be overkill. svn path=/trunk/; revision=18223
* Use GTK-Wimp 0.7.0.Gerald Combs2006-05-271-1/+1
| | | | svn path=/trunk/; revision=18222
* initial bluetooth rfcomm dissector.Ronnie Sahlberg2006-05-273-0/+1018
| | | | | | | | | | | | this dissector will not yet detect when ppp is passed over the rfcomm link but the old code to detect and deescapt the ppp data is still in the dissector, though ifdeffed out to serve as inspiration when ppp over rfcomm captures are made available. the only captures i have with rfcomm are for raw serial communications so they dont contain any ppp frames. :-( svn path=/trunk/; revision=18221