aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-12-15Changes the name of the menu item "View/Reset Coloring" toSake Blok3-1/+24
"View/Reset Coloring 1-10" and adds sensitivity to it so that it will be greyed out when none of the temporary color filters are used. (as per discussion on wireshark-dev some time ago) svn path=/trunk/; revision=23879
2007-12-15Fixes the "follow tcp stream" output when there are frames missing in theSake Blok3-33/+67
capture file that were actually on the wire. The reassembly code waited for the gaps to be filled in by retransmissions, which would never come. With this fix all acknowledged data will be output with "[xxx bytes missing in capture file]" inserted in every gap. svn path=/trunk/; revision=23878
2007-12-15Get rid of another non-ASCII character.Guy Harris1-1/+1
svn path=/trunk/; revision=23877
2007-12-15Fix preference text (SDP isn't only carried over SIP).Martin Mathieson1-4/+7
svn path=/trunk/; revision=23876
2007-12-15Revised DAP dissector using latest asn2wrs features (requiring fewer changes ↵Graeme Lunt7-948/+1284
the ASN.1 module) and table-driven operations. svn path=/trunk/; revision=23875
2007-12-15Add missing proto_get_idGraeme Lunt1-1/+2
svn path=/trunk/; revision=23874
2007-12-15With increasing number of dissectors, heuristics cause sometimes false hits ↵Jaap Keuter3-20/+90
on packets. It's a pain to go through the menu / enabled protocols dialog to temporarily disable such dissector. This change adds an option to the packet detail menu to do a point-and-click style temporary disable of such protocol. svn path=/trunk/; revision=23873
2007-12-15Clean up header field info comments.Jaap Keuter1-17/+15
svn path=/trunk/; revision=23872
2007-12-15Cleanup call_dissector / call_dissector_onlyJaap Keuter1-16/+16
svn path=/trunk/; revision=23871
2007-12-15- Add col info.Anders Broman1-41/+78
- Small bugfix (duplicated tree info). - Dissect first few bits for more NAL units svn path=/trunk/; revision=23870
2007-12-14Fixed comments.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=23869
2007-12-14Some more dissection added.Anders Broman1-97/+782
svn path=/trunk/; revision=23868
2007-12-14From Zbigniew Kopek:Jaap Keuter1-4/+26
Here are additional DHCP Suboptions for Option 43 introduced in new eDOCSIS Cable Laboratories documentation: ( http://www.cablemodem.com/downloads/specs/CM-SP-eDOCSIS-I13-070803.pdf ) Also display suboptions for Option 43 for OpenCable devices. svn path=/trunk/; revision=23867
2007-12-14Wlancap enhancements and fixes from Solomon Peachy.Gerald Combs1-15/+53
svn path=/trunk/; revision=23865
2007-12-14Ensure we make $(INSTALL_DIR)/plugins on windows.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=23864
2007-12-14Added icon_color_*.xpm to Makefile.amStig Bjørlykke1-0/+10
svn path=/trunk/; revision=23863
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer7-11/+11
svn path=/trunk/; revision=23862
2007-12-14If we implement new style dissectors, register them as such.Jörg Mayer6-11/+11
svn path=/trunk/; revision=23861
2007-12-14Source code cleanup.Jaap Keuter2-31/+34
svn path=/trunk/; revision=23860
2007-12-13Fix compilation on Unix (unused variable passed to function)Stephen Fisher1-1/+1
svn path=/trunk/; revision=23859
2007-12-13Finish dissection of Anders Broman1-78/+173
- NAL unit - Sequence parameter set - NAL unit - Picture parameter set for the trace I have and also dissect those NAL units in the RTP stream. For "elements coded as ue(v), me(v), or se(v) are Exp-Golomb-coded" only ue(v) is implemented. svn path=/trunk/; revision=23858
2007-12-13Replace // commentsJörg Mayer1-2/+2
svn path=/trunk/; revision=23856
2007-12-13Add airopeek dissectorJörg Mayer1-0/+1
svn path=/trunk/; revision=23855
2007-12-13Fix for bug 2098:Jaap Keuter1-2/+10
Test that message length is at least the minumum required, otherwise generate expert item.. svn path=/trunk/; revision=23854
2007-12-12Update a comment about some flagsJörg Mayer1-1/+1
svn path=/trunk/; revision=23853
2007-12-12The extra bytes seem to go away if I call wlan_datapad insteadJörg Mayer1-1/+1
of wlan. svn path=/trunk/; revision=23852
2007-12-12Beginnings of airopeek remote capture support.Jörg Mayer1-0/+129
The metainformation is not yet decoded, also, there are problems with QoS frames (extra bytes). svn path=/trunk/; revision=23851
2007-12-12Add missing files to the distribution.Gerald Combs1-0/+8
svn path=/trunk/; revision=23849
2007-12-12The referenced sample files should be complete and correct.Jaap Keuter2-0/+9
svn path=/trunk/; revision=23848
2007-12-12tvbuff.c - fix abug if reading last byte in tvbAnders Broman3-67/+735
Further H.264 decoding in SDP svn path=/trunk/; revision=23847
2007-12-12- register RFC 2198 as RTP dynamic payload type "red"Tomas Kukosa1-5/+22
- display dynamic payload type names inside RFC 2198 svn path=/trunk/; revision=23846
2007-12-12Do not use calc_field unless in advanced y axis (bug 1763).Stig Bjørlykke1-14/+18
Register new tap listener (new filter) when going from advanced y axis. Add parantheses to the filters to ensure they are correct when concatenated. svn path=/trunk/; revision=23844
2007-12-11mgcp is now in epan/dissectors/Jörg Mayer13-3078/+0
svn path=/trunk/; revision=23843
2007-12-11Don't free memory that we're going to use later.Gerald Combs1-1/+2
svn path=/trunk/; revision=23841
2007-12-11From Marton Nemeth:Stig Bjørlykke1-2/+2
- The "showHex" name cannot be the name paramter. Changing it to "show_hex" should be fine. - There is also a missing ';' at the end of a line in the example. This fixes bug 2092. svn path=/trunk/; revision=23840
2007-12-11From Ales KocourekTomas Kukosa2-11/+11
example plugin updated svn path=/trunk/; revision=23839
2007-12-11strings registered to dissector table have to be allocated permanentlyTomas Kukosa2-8/+8
svn path=/trunk/; revision=23838
2007-12-11From Jim Young:Jaap Keuter1-12/+25
Attached is a patch to packet-vlan.c to add "summary info" to the protocol tree. svn path=/trunk/; revision=23837
2007-12-11Make the EtherNet/IP (Industrial Protocol) I/O dissection a new typeStephen Fisher1-2/+12
of dissector that rejects packets it doesn't recognize (on udp port 2222). svn path=/trunk/; revision=23836
2007-12-10uint16_t -> guint16Stig Bjørlykke1-2/+2
uint32_t -> guint32 svn path=/trunk/; revision=23835
2007-12-10Mark some pinfo unused to make it compile.Stig Bjørlykke1-13/+13
svn path=/trunk/; revision=23833
2007-12-10Decode more of H264 info in SDP.Anders Broman3-23/+352
svn path=/trunk/; revision=23832
2007-12-10add some more names for Query/Set path info levels and add empty stubs Ronnie Sahlberg1-1/+122
for these blobs svn path=/trunk/; revision=23831
2007-12-10If not building for gtk 2.4.0, if out a function that is only used when Ronnie Sahlberg1-1/+2
building for 2.4.0 svn path=/trunk/; revision=23830
2007-12-10Get the paragraph markers right.Jaap Keuter1-1/+1
svn path=/trunk/; revision=23829
2007-12-10From Masatake YAMATO:Jaap Keuter2-0/+1269
This dissector supports version 3.0 of the dlm (Distributed Lock Manager) protocol. Actual implementation for the protocol is in linux kernel. See files under linux/fs/dlm/. svn path=/trunk/; revision=23828
2007-12-10Add OID:s related to H264.Anders Broman2-0/+8
svn path=/trunk/; revision=23827
2007-12-10Fix conversions so compiles for both 32-bit and 64-bitBill Meier1-5/+5
svn path=/trunk/; revision=23826
2007-12-10Added option to turn off SEQ/ACK analysis.Stig Bjørlykke1-14/+24
Moved some resend expert infos to correct entry. Small fix in seq/ack analysis for report/notificacion. svn path=/trunk/; revision=23825
2007-12-10From Michael:Stig Bjørlykke1-2/+2
Fixed two typos in ReadMe.Developer documentation: In the example code given, a comment is not properly closed and a semicolon was missing in variable definition. This fixes bug 2085. svn path=/trunk/; revision=23824