aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki9-21/+19
svn path=/trunk/; revision=44748
2012-09-02SCSI: lots of MMC improvements and prettificationsRonnie Sahlberg2-47/+222
svn path=/trunk/; revision=44745
2012-09-02SCSI: Improve decoding of GET_EVENT_STATUS_NOTIFICATIONRonnie Sahlberg1-17/+55
svn path=/trunk/; revision=44744
2012-09-02Use parentheses to clarify ambiguous operator precedence.Evan Huus1-1/+1
svn path=/trunk/; revision=44743
2012-09-02Fix compile with gcc. Mostly removing unused parameters and code.Evan Huus1-10/+13
Change one tvb_get_bits8 to tvb_get_bits16 since the queried length is 9 bits long (should this be added to checkAPI somehow?) svn path=/trunk/; revision=44742
2012-09-02From Mike Morrin:Anders Broman2-131/+1832
Enhancemnt to GSM RLCMAC dissection adding dissection of data block headers https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7615 svn path=/trunk/; revision=44741
2012-09-02length check "heuristics" for FF dissector (UDP + TCP)Michael Mann1-21/+23
Fix compiler error "Fix" WTP+WSP packets incorrectly dissected as Foundation FieldBus packets https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4822 svn path=/trunk/; revision=44735
2012-09-01Include packet-6lowpan.h in the release tarball.Guy Harris1-0/+1
svn path=/trunk/; revision=44732
2012-09-01Add expert warning when we get a mysql EOF marker and theEvan Huus1-1/+3
connection is in a state where we're not expecting one. svn path=/trunk/; revision=44731
2012-09-01Remove duplicate assignment (caught by cppcheck).Evan Huus1-1/+0
svn path=/trunk/; revision=44729
2012-09-01Fix C++-style comment caught by checkAPI.Evan Huus1-1/+1
svn path=/trunk/; revision=44725
2012-09-01RevertAnders Broman1-26/+27
length check "heuristics" for FF dissector (UDP + TCP) "Fix" WTP+WSP packets incorrectly dissected as Foundation FieldBus packets https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4822 As it fails with cc1: warnings being treated as errors packet-ff.c: In function 'dissect_ff_tcp': packet-ff.c:13061: warning: passing argument 7 of 'tcp_dissect_pdus' from incompatible pointer type svn path=/trunk/; revision=44724
2012-09-01From Owen Kirby:Anders Broman5-89/+359
6LoWPAN: Automatic context detection and draft-ietf-6lowpan-nd-19 updates. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7521 svn path=/trunk/; revision=44723
2012-09-01From Michael Mann:Anders Broman1-27/+26
length check "heuristics" for FF dissector (UDP + TCP) "Fix" WTP+WSP packets incorrectly dissected as Foundation FieldBus packets https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4822 svn path=/trunk/; revision=44722
2012-09-01From Litao Gao:Anders Broman6-40/+1411
Implementation of IRemoteSCMActivator::RemoteCreateInstance and some minor bug fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7673 svn path=/trunk/; revision=44721
2012-09-01From David Ward: OSPF dissector: add filters for v3 LS Type field. ↵Anders Broman1-14/+90
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7684 svn path=/trunk/; revision=44720
2012-08-31From Chris Elston:Anders Broman1-11/+232
Added L2TPv3 control message authentication checking https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7680 svn path=/trunk/; revision=44711
2012-08-30tools/checkhf.pl reported 3 unused hf entries. Commented them out for now.Chris Maynard1-5/+5
BTW: tools/checkAPIs.pl reports 109 useless add_text()'s vs. 346 add_<something else>() calls (31.50%), under 50% threshhold, but not really that great. tools/checkfiltername.pl reports 42 errors. svn path=/trunk/; revision=44706
2012-08-30Remove trailing space in some hf names.Jeff Morriss1-17/+17
Add some hf names (some entries had only a space for a name). Remove non-ASCII chars and C++/C99-style comments. svn path=/trunk/; revision=44705
2012-08-30Display hf_dns_rr_opt_client_addr as FT_BYTESPascal Quantin1-1/+1
svn path=/trunk/; revision=44704
2012-08-30Add Japanese ISUP variant(not all IE's)Anders Broman1-6/+1070
IE dissection code from Brian Mceniery. svn path=/trunk/; revision=44703
2012-08-30From David Drysdale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7552Alexis La Goutte1-11/+94
Add support for EDNS0 option from draft-vandergaast-edns-client-subnet-01 From me * use/prefer proto_tree_add_item * use switch() for optcode (may be there is other optcode later...) svn path=/trunk/; revision=44702
2012-08-30Fix Session ID parsing. Patch from Fransesco Fondelli via bug 6881.Chris Maynard1-12/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6881 svn path=/trunk/; revision=44701
2012-08-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7679:Pascal Quantin1-3/+5
Do not try to set IR header length when the profile is unknown svn path=/trunk/; revision=44700
2012-08-28Yet another case of bug #7316 (r42989) and bug #7668 (r44688)Jakub Zawadzki1-1/+1
Use correct field type for ccp.opt.oui svn path=/trunk/; revision=44689
2012-08-28Fix bug #7668Jakub Zawadzki1-1/+1
Use correct field type for lcp.opt.oui svn path=/trunk/; revision=44688
2012-08-28Fix a dead store and a few duplicate 'break' statements as caught byEvan Huus1-19/+33
clang and cppcheck. svn path=/trunk/; revision=44687
2012-08-28Remove variadic macro that accidentally made it in a while back.Evan Huus1-26/+259
svn path=/trunk/; revision=44686
2012-08-27Fix 2 memory leaks;Bill Meier1-16/+19
Essentially: 'fid' & 'fragment' hash tables can be global (i.e., need not be 'per call') thus removing g_malloc'd storage never freed because it was pointed to in se_alloc'd structs. Fixes Bug #4134: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4134 Also: fix a compile error when compiling with '#define DEBUG_DESEGMENT' svn path=/trunk/; revision=44685
2012-08-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7622 :Pascal Quantin1-39/+105
Fix dissection of a few TDS fields (line number in ERR and MSG token, user type in RESULTS token, row count in DONE token) when the TDS version is >= 7.2. Add a mechanism to memorize the TDS 7.X version in the conversation based on the TDS version found in LOGIN ACK token. This version is used for dissection when a TDS version is not set in preferences (TDS protocol type set to "not specified"). svn path=/trunk/; revision=44684
2012-08-27Infrastructure for tcp decoding - nothing done to actuallyJörg Mayer1-15/+69
decode the contents svn path=/trunk/; revision=44683
2012-08-26Fix two minor memory leaks.Bill Meier1-2/+2
svn path=/trunk/; revision=44682
2012-08-26Fix 'Warn Dissector bug, protocol IAX2, in packet 62: proto.c:4406: failed ↵Bill Meier1-1/+1
assertion "fixed_item->parent == tree"' svn path=/trunk/; revision=44681
2012-08-26From Ilarion Ishkulov Multisegment PDUs are not reassembled properly with ↵Anders Broman1-1/+2
TCP dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7544 svn path=/trunk/; revision=44680
2012-08-26Extend a comment.Jörg Mayer1-1/+2
svn path=/trunk/; revision=44675
2012-08-25From Sylvain Munaut via ↵Pascal Quantin1-0/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7664 : packet-gmr1_bcch: Add guards in the SI1/2 choice of segment Although the CSN1 dissector itself will just stop if there is no matching segment, it will leave the choice field uninitizalized and so when we use it to fill some other text, it crashes ... To protect against that, we put a last choice entry that will always match. As a bonus, it triggers an explicit error in CSN so you know something is wrong. svn path=/trunk/; revision=44674
2012-08-25From Sylvain Munaut via ↵Pascal Quantin1-4/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7664 : packet-gmr1_bcch: Whitespaces fixes svn path=/trunk/; revision=44673
2012-08-25From Sylvain Munaut via ↵Pascal Quantin1-1/+41
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7664 : packet-gmr1_rr: Add support for "Assignment Command 1" messages svn path=/trunk/; revision=44672
2012-08-25From Sylvain Munaut via ↵Pascal Quantin1-0/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7664 : packet-gsmtap: Call GMR-1 RACH dissector when appropriate svn path=/trunk/; revision=44671
2012-08-25From Sylvain Munaut via ↵Pascal Quantin2-0/+718
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7664 : Add GMR-1 RACH dissection svn path=/trunk/; revision=44670
2012-08-25Update protocol name to match the changes done in r44661Pascal Quantin1-1/+1
svn path=/trunk/; revision=44668
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top ↵Pascal Quantin6-782/+782
level gsm_a filter name svn path=/trunk/; revision=44667
2012-08-25Extern (and use) extended value string instead of the associated value ↵Bill Meier4-9/+9
string array. svn path=/trunk/; revision=44665
2012-08-25cleanup g_malloc memory leaksMichael Mann1-4/+4
svn path=/trunk/; revision=44664
2012-08-25value_sring fixes;Bill Meier1-5/+8
- fix dup: use correct value for an entry (typo); - comment out 2nd entry of a dup pair: 2 cases svn path=/trunk/; revision=44663
2012-08-25cleanup some unnecessary g_malloc callsMichael Mann4-74/+14
svn path=/trunk/; revision=44662
2012-08-24effectively revert r44161, having the display filters favor '.' over '_'Michael Mann3-184/+184
svn path=/trunk/; revision=44661
2012-08-24Replace dup value_string array entry with correct entry; (dup was typo)Bill Meier1-1/+1
svn path=/trunk/; revision=44657
2012-08-24Allow extended value string binary search (istead of linear search): ↵Bill Meier1-2/+2
re-order value_srring array entries slightly. svn path=/trunk/; revision=44656
2012-08-24match display filter prefix for all filtersMichael Mann1-3/+3
svn path=/trunk/; revision=44653