aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2013-08-30Submit forgotten generated file.Martin Mathieson1-22/+40
svn path=/trunk/; revision=51587
2013-08-30Try to fix build problem for some compilers that don't likeMartin Mathieson1-1/+1
typedef struct foo { ... } foo; svn path=/trunk/; revision=51586
2013-08-30The first step towards tracking and showing DRX info in MAC:Martin Mathieson2-3/+307
- send release from RRC - show current DRX config from each frame, including a link back to the RRC config frame - show simple DRX state for each frame (currently only offset into long cycle and whether within long cycle 'on' period) TODO: - simulate timers in response to new UL/DL transmissions or DL CRC errors - maintain whether in long or short cycle - show state of all timers svn path=/trunk/; revision=51585
2013-08-30Add a preference for whether to use names found in DNS packets for addressEvan Huus1-4/+12
resolution. svn path=/trunk/; revision=51584
2013-08-29Revert revision=51577.Anders Broman2-11/+21
Ref https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9082 Since this commit the IP (source and destination) address in the GUI will be replaced with some date after I click on the entry, reverting this commit fixes the problem. This looks like a memory corruption. I imported an older pcap file. svn path=/trunk/; revision=51579
2013-08-29From Hauke Mehrtens via ↵Pascal Quantin1-3/+17
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9081 : DTLS: improve detection of encrypted handshake messages svn path=/trunk/; revision=51578
2013-08-29Don't store address in the hastable when name resolution is off.Anders Broman2-21/+11
svn path=/trunk/; revision=51577
2013-08-29From Johan Wåhl:Anders Broman1-0/+44
Dissect 3GPP AVP 637 UAR-Flags. svn path=/trunk/; revision=51575
2013-08-29From Hauke Mehrtens:Michael Mann1-204/+97
Break out Signature Hash Algorithm into hash and signature values From me: Cleanup all "saved" trees throughout the dissector as well as removing a few unnecessary NULL tree checks. Removed most of the tvb_ensure_bytes_exist checks because the line that follows will through an exception anyway if there isn't enough bytes in the tvb. svn path=/trunk/; revision=51574
2013-08-29Minor reformatting; Also: remove some boilerplate comments.Bill Meier1-66/+60
svn path=/trunk/; revision=51573
2013-08-29Minor cleanup:Bill Meier1-44/+31
- proto_reg_handoff_...() & related; - Remove unneeded #includes svn path=/trunk/; revision=51572
2013-08-29Fix some indentation to match mode-lines; Do some other minor reformatting.Bill Meier1-33/+34
svn path=/trunk/; revision=51571
2013-08-28Slightly improve the decoding of unknown Aironet IEsJörg Mayer1-2/+9
svn path=/trunk/; revision=51570
2013-08-28Fix a copy-paste error.Anders Broman1-1/+1
svn path=/trunk/; revision=51569
2013-08-28packet-aruba-erm.c:136: warning: 'range_add_callback' defined but not usedAnders Broman1-11/+0
svn path=/trunk/; revision=51568
2013-08-28Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman8-115/+21
svn path=/trunk/; revision=51567
2013-08-28Fix copy/paste error introduced in r51541 and spotted by JoergPascal Quantin1-2/+2
svn path=/trunk/; revision=51564
2013-08-28As reported by Ben Smith (thex1le@gmail.com) on #wireshark:Jörg Mayer1-1/+13
Aironet IE 20 is ClientMFP svn path=/trunk/; revision=51561
2013-08-28Comment out a line that seems to do nothing.Jörg Mayer1-1/+1
** CID 1068812: Unused pointer value (UNUSED_VALUE) svn path=/trunk/; revision=51560
2013-08-27Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=51552
2013-08-27Fix indent (use 4 spaces) And add modelines infoAlexis La Goutte1-61/+74
svn path=/trunk/; revision=51551
2013-08-27Fix indent (use 4 spaces) And add modelines infoAlexis La Goutte1-328/+340
svn path=/trunk/; revision=51550
2013-08-27Enhance TLS ALPN dissection (Add length of ALPN)Alexis La Goutte1-2/+16
svn path=/trunk/; revision=51549
2013-08-27Add a DRX subtree to GTP dissector now that the subtree (useless for NAS and ↵Pascal Quantin2-26/+28
EPS NAS dissectors) was removed from de_gmm_drx_param in r51537 svn path=/trunk/; revision=51541
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman15-233/+36
svn path=/trunk/; revision=51540
2013-08-27Make SPLIT PG CYCLE CODE filterablePascal Quantin1-69/+124
svn path=/trunk/; revision=51537
2013-08-27From Jiri Engelthaler via ↵Pascal Quantin1-18/+22
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8849 : IEC104: fix dissection of VTI Value and Normalised value svn path=/trunk/; revision=51536
2013-08-27From Hadar Shoham via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9076 :Pascal Quantin1-0/+18
MGCP: add support for option mp and fxr/fx svn path=/trunk/; revision=51535
2013-08-27revert the last commit, the comment was correct alreadyMartin Kaiser1-1/+1
svn path=/trunk/; revision=51533
2013-08-27correct a comment: resource -> itemMartin Kaiser1-1/+1
svn path=/trunk/; revision=51532
2013-08-27set item len correctlyMartin Kaiser1-2/+2
svn path=/trunk/; revision=51531
2013-08-27better function name, make it clear what we want to doMartin Kaiser1-3/+4
svn path=/trunk/; revision=51530
2013-08-27dissect the components of the HID descriptorMartin Kaiser1-4/+52
svn path=/trunk/; revision=51529
2013-08-27register a dissector for HID class specific descriptorsMartin Kaiser3-3/+35
start dissecting the HID descriptor svn path=/trunk/; revision=51528
2013-08-27From Michal Labedzki:Anders Broman2-78/+86
Full dissection of EIR/AD and little improve filtering, cd https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9050 svn path=/trunk/; revision=51527
2013-08-27From Chun-Yeow:Anders Broman1-1/+60
Decode the Mesh Configuration Capabilities Info in Details. With a change to use tfs_yes_no. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9070 svn path=/trunk/; revision=51526
2013-08-27From Dmitry Dyachenko:Anders Broman1-4/+32
Add Vendor Ids https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9075 svn path=/trunk/; revision=51525
2013-08-26TABs -> spacesMartin Kaiser1-700/+713
add modelines svn path=/trunk/; revision=51524
2013-08-26From Jiri Engelthaler viaEvan Huus1-6/+19
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9055 Add support for bitmask set for signed integer types. svn path=/trunk/; revision=51522
2013-08-26Make the UDP port preference a range.Anders Broman1-13/+9
svn path=/trunk/; revision=51521
2013-08-26Make all expert info filterable. Display filter names may need review, but ↵Michael Mann1-114/+149
at least the filtering is in place. svn path=/trunk/; revision=51520
2013-08-25Batch of filterable expert infos.Michael Mann10-261/+362
svn path=/trunk/; revision=51518
2013-08-25Simplify adding and deletetion of port ranges by adding new methods.Anders Broman3-28/+41
If no one has any objection I'll edit the deocumentation later. svn path=/trunk/; revision=51517
2013-08-25Make sure our ldap_call_response_t struct is always completely initialized,Evan Huus1-5/+7
fixing a "Conditional jump or move depends on uninitialised value" error found by valgrind fuzzing. svn path=/trunk/; revision=51516
2013-08-25Convert XMPP dissector suite to wmem.Evan Huus5-62/+63
svn path=/trunk/; revision=51514
2013-08-25Replace some emem with wmem.Evan Huus6-181/+172
svn path=/trunk/; revision=51512
2013-08-25[Automatic manuf, services and enterprise-numbers update for 2013-08-25]Gerald Combs1-19/+243
svn path=/trunk/; revision=51510
2013-08-24From Chris Pane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9063Evan Huus1-7/+12
Fix unregistered hf assertion in 1722.1 entity descriptors. From me: #if0 out even more unused hfs, what is with this dissector? svn path=/trunk/; revision=51509
2013-08-24Use the correct length field when tagging the SSID. Fixes the first valgrindEvan Huus1-3/+4
fuzz failure. svn path=/trunk/; revision=51508
2013-08-24From Tommy Wu:Anders Broman1-46/+61
Handle ERROR-SPEC: mandatory object, with an empty value. svn path=/trunk/; revision=51507