aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2011-02-08Add support for 4-byte NTP times (only the seconds) in proto_tree_add_item().Jeff Morriss2-43/+48
Use it in packet-diameter.c . Eliminate an unnecessary local variable. svn path=/trunk/; revision=35875
2011-02-08The checkAPI script doesn't understand arrays of value_string tables,Guy Harris1-116/+123
and that flavor of two-dimensional array requires you to declare a maximum size for the value_string tables in the array. Don't use an array of value_string tables. svn path=/trunk/; revision=35871
2011-02-07Fix bug #5657: Update my mail address Stephen Fisher2-2/+2
svn path=/trunk/; revision=35868
2011-02-07From Masashi Honma:Jaap Keuter1-16/+156
Currently the Wireshark does not support Primary Device Type dissection. I made a patch for the dissection based on "Wi-Fi Simple Configuration Specification DRAFT Version 2.0.0.51". svn path=/trunk/; revision=35867
2011-02-07from Holger Freyther:Anders Broman1-23/+92
gsmtap: Update header file, add tetra support 0001 Minor cleanup - made it look crocked in visual studio, changed bu hand. 0002 Update the definitions from the 'upstream' source 0003 First bits of tetra decoding included in GSMTAP 0004 Pass the tetra PDUs to the TETRA decoder Changed def. of gsmtap_to_tetra to make it compile. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5659 svn path=/trunk/; revision=35864
2011-02-07From Alexis La Goutte:Anders Broman1-115/+352
Cleanup 802.11 Dissector : Enhance add_tagged_field (and sub tagged field dissector) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5660 svn path=/trunk/; revision=35863
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier15-9533/+9551
Whitespace cleanup: trailing, indentation, "4-space tabs" svn path=/trunk/; revision=35850
2011-02-07Update URL (the document now includes all updates through TechnicalGuy Harris1-1/+1
Corrigendum 1; presumably that's the "c1"). svn path=/trunk/; revision=35846
2011-02-07Mark a parameter unused.Gerald Combs1-2/+2
svn path=/trunk/; revision=35845
2011-02-07Use value_string_ext and ENC_BIG_ENDIAN.Anders Broman1-105/+195
svn path=/trunk/; revision=35844
2011-02-07Dissect V1 version , found in trace from:Anders Broman1-4/+14
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5637 svn path=/trunk/; revision=35843
2011-02-07Add a missing IE found in trace from ↵Anders Broman1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5637 svn path=/trunk/; revision=35842
2011-02-07For FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the encodingGuy Harris4-135/+298
orthogonal to the byte order. This means that we can't just test for a non-zero encoding to determine whether the format is big-endian or little-endian when we set the field's endianness flag; instead, for the types where we accept any non-zero value as meaning "litle-endian", map it to ENC_LITTLE_ENDIAN. When we use ENC_TIME_NTP, OR in the byte order flag. While we're at it, in the dissectors that used ENC_TIME_NTP, update all the other encoding items in proto_tree_add_item() calls to use the appropriate ENC_ value. svn path=/trunk/; revision=35841
2011-02-07Add support for passing NTP times to proto_tree_add_item() by specifyingJeff Morriss4-100/+52
an encoding of ENC_TIME_NTP. This increases the number of decimal places shown for NTP times (from 6 to 9), so round the value to the nearest microsecond. (I can't tell if NTP times are ever more precise than a microsecond--this rounding is mainly to be closer to the old behavior.) Use proto_tree_add_item() for some NTP times. svn path=/trunk/; revision=35840
2011-02-06[Automatic manuf, services and enterprise-numbers update for 2011-02-06]Gerald Combs1-5/+173
svn path=/trunk/; revision=35837
2011-02-06From Alexis La Goutte:Anders Broman1-539/+378
A patch to enhance add_fixed_field dissector * Replace proto_tree_add_uint/boolean/... by proto_tree_add_item * Replace some macro by bitmask (TSI..) * Other stuff... https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5656 svn path=/trunk/; revision=35836
2011-02-05Remove debug printouts.Anders Broman1-6/+7
svn path=/trunk/; revision=35834
2011-02-04Fix checkAPIs errorsTomas Kukosa2-14/+14
svn path=/trunk/; revision=35831
2011-02-04Fix for bug 5645 : Ethernet packets with both VLAN tag and LLC header no ↵Sake Blok1-2/+23
longer displayed correctly svn path=/trunk/; revision=35830
2011-02-04Get rid of check_col().Anders Broman1-64/+30
svn path=/trunk/; revision=35829
2011-02-04From Alexis La Goutte:Anders Broman1-34/+34
Cleanup 802.11 Dissector : Start Header Field by hf_80211_* Part 16(Final) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5647 svn path=/trunk/; revision=35824
2011-02-04Get rid of check_col().Anders Broman1-6/+4
svn path=/trunk/; revision=35823
2011-02-04Introduce preferences to set the strictness of Invoke/responseAnders Broman2-30/+95
tracking. svn path=/trunk/; revision=35822
2011-02-04Mark a parameter as unused.Jeff Morriss1-3/+3
svn path=/trunk/; revision=35821
2011-02-04Mark some parameters as unused.Jeff Morriss1-11/+14
Add a format string to some proto_tree_add_text()s. Add a cast. svn path=/trunk/; revision=35820
2011-02-04Erlang Port Mapper Daemon protocol updated and Erlang Distribution Protocol ↵Tomas Kukosa5-152/+865
implemented svn path=/trunk/; revision=35819
2011-02-04From Samu Varjonen:Anders Broman1-2/+2
Bug fix: Incorrect presentation of Domain Identifier type and length in HIP dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5649 svn path=/trunk/; revision=35818
2011-02-04Fix Bug 5500 - failed assertion in ISAKMP dissector (proto.c:4002) Anders Broman1-0/+9
By reinseringt the check in proto_tree_move_item() if tree vissible removed in http://anonsvn.wireshark.org/viewvc?view=rev&revision=32443 Hopefully not breaking tshark again. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5500 svn path=/trunk/; revision=35817
2011-02-04From Alexis La Goutte:Anders Broman1-2/+2
Patch to fix a typo error.... svn path=/trunk/; revision=35816
2011-02-04Show some top-level info about PDCP frame in protocol root.Martin Mathieson1-11/+30
Especially useful when PDCP is called from RLC. svn path=/trunk/; revision=35815
2011-02-04From Václav Horčák:Anders Broman1-47/+86
Fix keeps parser function in scope of current transactions, allowing multiple transaction in one packet. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3420 svn path=/trunk/; revision=35814
2011-02-04From Alexis La Goutte:Anders Broman1-502/+502
Cleanup 802.11 Dissector : Start Header Field by hf_80211_* Part 10 - 15 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5647 svn path=/trunk/; revision=35810
2011-02-04If ENBname is text, append the text.Anders Broman1-13/+37
svn path=/trunk/; revision=35808
2011-02-03From David Carne:Jaap Keuter1-1/+1
col_set_str simply stores the pointer passed to it, and luaL_checkstring returns a temporary pointer. Changing col_set_str to col_add_str in Columns_newindex seems to fix the issue. svn path=/trunk/; revision=35795
2011-02-03Store the result of tvb_get_ntohs() in a guint16 instead of a guint8 to avoid aJeff Morriss1-11/+11
compiler warning. (It looks like the only expected values will fit in 8 bits, but it also appears that the code really is expecting 'of_code' to be stored in 16 bits on the wire.) svn path=/trunk/; revision=35790
2011-02-03From Roberto Morro:Jaap Keuter1-206/+514
- add PATH-KEY object, PKSv4 and PKSv6 subobjects in ERO (RFC5520) - new METRIC types, Objective Function (OF) object and TLV (RFC5541) - new RP object Flags - restructured PCEP_ERROR object dissection (easier to add new error_types, error_values) svn path=/trunk/; revision=35789
2011-02-03Include packet-tetra.h in the source distribution.Jeff Morriss1-0/+1
svn path=/trunk/; revision=35787
2011-02-03Use the right proto_tree * variable.Guy Harris1-111/+111
Clean up indentation. svn path=/trunk/; revision=35786
2011-02-03Dissect Erroneous message.Anders Broman1-1/+6
svn path=/trunk/; revision=35785
2011-02-03From Alexis La Goutte:Anders Broman1-201/+200
Cleanup 802.11 Dissector : Start Header Field by hf_80211_* Part 6 - 9 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5647 svn path=/trunk/; revision=35783
2011-02-03- Use the right tree for IE'sAnders Broman1-7/+80
- Dissect MME and VLR name - Add strings to some IE's svn path=/trunk/; revision=35782
2011-02-03Hope fully this will be the correct set of files - finally.Anders Broman2-7/+21
svn path=/trunk/; revision=35781
2011-02-03Get rid of extra blank line at the end of the file.Guy Harris1-1/+0
svn path=/trunk/; revision=35779
2011-02-03From Samu Varjonen:Jaap Keuter1-22/+41
This patch fixes four issues with the Host Identity Protocol (HIP dissector: 1. The incorrect parsing of the "type 1" locator of HIP. 2. Updates the comments to reflect the approval of RFC 5770. 3. Cosmetic change (uppercase SPI) 4. Change in the checksum dissection (when the HIP packet is UDP encapsulated 0 checksum is correct). svn path=/trunk/; revision=35777
2011-02-02Allow PDCP dissector to be called for complete SDUs from UM RLC PDUs.Martin Mathieson1-10/+19
svn path=/trunk/; revision=35775
2011-02-02Add and use accessors to get/set per-packet data for LTE MAC.Martin Mathieson4-5/+26
This will allow plugins to use the dissector. svn path=/trunk/; revision=35774
2011-02-02From Alexis La Goutte:Anders Broman1-207/+206
A series of patch to enhance 802.11 Dissector : Start all Header field by hf_80211_* https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5647 svn path=/trunk/; revision=35772
2011-02-02From njohnkev:Jaap Keuter1-0/+1
Add support for LAPD data link type. svn path=/trunk/; revision=35771
2011-02-02Warning: packet-tetra.c does not have an SVN Id tag.Anders Broman1-8/+10
Error: the blurb for field "Carrier Number" ("tetra.carrier") matches the field name in packet-tetra.c Error: the blurb for field "PDU" ("tetra.pdu") matches the field name in packet-tetra.c Error: Found deprecated APIs in packet-tetra.c: dissector_add svn path=/trunk/; revision=35769
2011-02-02From Alexis La Goutte:Anders Broman1-22/+26
Cleanup renaming hf 80211 Part7. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5609 svn path=/trunk/; revision=35768