aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
Commit message (Collapse)AuthorAgeFilesLines
* Some whitespace cleanup. FALSE -> ENC_BIG_ENDIAN. Remove most check_col()'s.Chris Maynard2011-09-261-172/+153
| | | | svn path=/trunk/; revision=39159
* Fix modeline.Chris Maynard2011-09-261-1/+1
| | | | svn path=/trunk/; revision=39157
* From Thomas Morin via bug #6395: Improve display for IGMPStephen Fisher2011-09-261-3/+6
| | | | svn path=/trunk/; revision=39156
* Make buildbots happy by adding back closing brace.Chris Maynard2011-09-261-1/+2
| | | | svn path=/trunk/; revision=39154
* Get rid of check_col() and use ENC.Anders Broman2011-09-2610-323/+270
| | | | svn path=/trunk/; revision=39153
* Get rid of check_col() and use ENC.Anders Broman2011-09-265-260/+241
| | | | svn path=/trunk/; revision=39151
* Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman2011-09-264-137/+3
| | | | svn path=/trunk/; revision=39150
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-2610-311/+271
| | | | svn path=/trunk/; revision=39149
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-267-139/+87
| | | | svn path=/trunk/; revision=39148
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-2619-963/+897
| | | | svn path=/trunk/; revision=39147
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-2617-1327/+1226
| | | | svn path=/trunk/; revision=39146
* Make it build again.Anders Broman2011-09-261-1/+2
| | | | svn path=/trunk/; revision=39145
* Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman2011-09-2614-412/+376
| | | | svn path=/trunk/; revision=39144
* From Martin Kaiser:Anders Broman2011-09-261-68/+346
| | | | | | | | | | Implement the content control resource from the CI+ specification 1.2. From me: Change ENC_NA to ENC_BIG_ENDIAN as i suppose this is a big endian protocol and ENC_NA was erroneously used for irems bigger than i byte in some cases. svn path=/trunk/; revision=39143
* From Sylvain Munaut: Fix Bug #6351 (Buildbot fuzztest crash);Bill Meier2011-09-251-0/+1
| | | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6351 svn path=/trunk/; revision=39140
* Do some cleanup related to the reversion of SVN #34848 donr in SVN #39100.Bill Meier2011-09-251-28/+3
| | | | | | | | | | | | | | | | 1. Revert SVN #35830 (See Bug #5645); This patch is no longer needed given the reversion. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5645 http://anonsvn.wireshark.org/viewvc?revision=39100&view=revision 2. Restore 'col_set_str(pinfo->cinfo, COL_INFO, "Ethernet II");' just to be safe (altho it's possible that this line is not needed). 3. Remove several lines of no longer needed code. svn path=/trunk/; revision=39134
* Try fixing the signed/unsigned mismatch issues.Stig Bjørlykke2011-09-251-4/+3
| | | | svn path=/trunk/; revision=39132
* From Glenn Matthews via bug 6319:Stig Bjørlykke2011-09-253-1/+1410
| | | | | | | | | | | | | Add dissector for XMCP protocol. From me: - Fixed an obvious bug setting transaction_id_key[2].key = NULL, where transaction_id_key is defined with only 2 elements. - Only register heur_dissector once. - Only find media_type_dissector_table once. - Added packet-xmcp.c to CMakeLists.txt svn path=/trunk/; revision=39131
* Fix a compile error.Bill Meier2011-09-251-1/+1
| | | | svn path=/trunk/; revision=39130
* Minor cleanup:Bill Meier2011-09-251-33/+34
| | | | | | | | | - Fix two cases of "set but unused" as reported by GCC 4.6; - remove _U_ from parameters which are actually used; - printf --> REPORT_DISSECTOR_BUG; - define a function as static; svn path=/trunk/; revision=39129
* Bug 6369: Graeme Lunt2011-09-251-1/+2
| | | | | | | Unprotected array write. svn path=/trunk/; revision=39125
* Make buildbot happyAlexis La Goutte2011-09-241-1/+1
| | | | svn path=/trunk/; revision=39121
* Fix a typo in RD offsetAlexis La Goutte2011-09-241-1/+1
| | | | svn path=/trunk/; revision=39120
* From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2384Alexis La Goutte2011-09-241-7/+250
| | | | | | | | | SMPP+ which is customized by Huawei company can't be decoded From me : Convert "space tabs" to spaces svn path=/trunk/; revision=39119
* Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.Gerald Combs2011-09-231-5/+5
| | | | svn path=/trunk/; revision=39114
* Use val_to_str_const().Martin Mathieson2011-09-231-11/+11
| | | | svn path=/trunk/; revision=39110
* Use val_to_str_const().Martin Mathieson2011-09-231-10/+10
| | | | svn path=/trunk/; revision=39109
* dissector_(add|delete) ==> dissector_(add|delete)_uint: fixes checkapi error.Bill Meier2011-09-231-40/+40
| | | | svn path=/trunk/; revision=39108
* Uh, "Fix the fix (in SVN #39105)" so it compiles. Bill Meier2011-09-231-1/+1
| | | | svn path=/trunk/; revision=39106
* Correction for SVN #39100:"Revert Revision 34838";Bill Meier2011-09-231-2/+2
| | | | | | Fixes buildbot compile error. svn path=/trunk/; revision=39105
* Put packet-vlan back into Makefile.common (to go with SVN #39100)Bill Meier2011-09-231-0/+2
| | | | svn path=/trunk/; revision=39103
* Remove code commited by misstake.Anders Broman2011-09-231-13/+2
| | | | svn path=/trunk/; revision=39101
* Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector ↵Anders Broman2011-09-235-91/+266
| | | | | | | | | | | | | | | into the Ethernet II." as this causes a lot of problems. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5680 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6305 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6366 Original bug: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2254 svn path=/trunk/; revision=39100
* Convert "space tabs" to spacesAlexis La Goutte2011-09-232-55/+81
| | | | | | Add modeline information svn path=/trunk/; revision=39099
* Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2011-09-231-4/+1
| | | | svn path=/trunk/; revision=39098
* From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6128 : Wireshark ↵Alexis La Goutte2011-09-231-12/+17
| | | | | | | | doesn't decode BGP.MP_REACH_NLRI.NLRI when RD type is 2(defined in RFC4364:4.2) Fix a wrong offset of RD Type 2 and display AS4 in asdot+ notation (Add a pref to chose the type of display for AS4 ?) svn path=/trunk/; revision=39097
* Tighten the check on wheter a message really is chipered or not.Anders Broman2011-09-231-0/+12
| | | | svn path=/trunk/; revision=39096
* From Daniel:Anders Broman2011-09-231-12/+100
| | | | | | | | | | Add support for the osmo extension header to IP.a https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6371 While we are there - Use ENC_BIG_ENDIAN svn path=/trunk/; revision=39095
* Be careful about reporting number of missing SNs when wrapping around SN range.Martin Mathieson2011-09-221-2/+2
| | | | svn path=/trunk/; revision=39088
* Show if per packet info is missing.Anders Broman2011-09-221-2/+7
| | | | svn path=/trunk/; revision=39087
* Use ENC_ values in proto_tree_add_item() calls.Guy Harris2011-09-228-195/+190
| | | | | | | | | | | | | | | | | | | | | | | | In the AgentX dissector, make the "flags" arguments guint8, to match what's passed in. In the AIM dissector, use val_to_str() in col_add_str() calls - it gives the same result if there's a match, and puts a note in the Info column if there isn't, and is less complicated. In the AJP13 dissector: update the URL for the protocol documentation; add #defines for message types, and use them; for "enumerated data type" fields, make the fields numerical rather than strings and give them the value_string tables; get rid of col_check() calls; make a Boolean item an FT_BOOLEAN. svn path=/trunk/; revision=39085
* (Trivial) Remove trailing whitespace from lines for a few files.Bill Meier2011-09-2129-1125/+1125
| | | | svn path=/trunk/; revision=39084
* Use '%" G_GINT64_MODIFIER "u' iso '%llu'. Fixes checkapi fail and ↵Bill Meier2011-09-211-1/+1
| | | | | | (presumably) compile errors. svn path=/trunk/; revision=39083
* Whitespace cleanup:Bill Meier2011-09-218-672/+672
| | | | | | | | Use consistent indentation; Convert "4 space tabs" to spaces; Remove trailing whitespace. svn path=/trunk/; revision=39082
* Fix ex "modeline" so it works;Bill Meier2011-09-2139-41/+41
| | | | | | See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 svn path=/trunk/; revision=39081
* Report as expert/malformed if the same SN appears as ACK and NACK in same ↵Martin Mathieson2011-09-211-0/+7
| | | | | | status PDU. svn path=/trunk/; revision=39077
* Fix vi "modeline" so it works;Bill Meier2011-09-2117-17/+17
| | | | | | See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 svn path=/trunk/; revision=39074
* Explicit #include <epan/value_string.h> not required.Bill Meier2011-09-211-1/+0
| | | | svn path=/trunk/; revision=39073
* Fix and suppress some warningsGraeme Lunt2011-09-211-4/+53
| | | | svn path=/trunk/; revision=39072
* Remove check_col and use ENC_BIG_ENDIAN.Anders Broman2011-09-212-202/+193
| | | | svn path=/trunk/; revision=39070