aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2009-03-08Redesign GeoIP information presentation.Jaap Keuter1-77/+153
svn path=/trunk/; revision=27655
2009-03-08From Peter (bug 3314):Stig Bjørlykke1-4/+4
Fixed some 'longjmp' issues. svn path=/trunk/; revision=27654
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27652
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27651
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke7-9/+9
svn path=/trunk/; revision=27650
2009-03-07Use UAT_FLD_PATHNAME for paths.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27643
2009-03-07Move packet-pres.c to dirty ASN.1 dissectors until we fix the warningStig Bjørlykke1-1/+1
for data_ptr in uat_new(). svn path=/trunk/; revision=27642
2009-03-07Added an expert info when dissector is not available.Stig Bjørlykke2-9/+10
svn path=/trunk/; revision=27632
2009-03-07Added a users context list to map a presentation context identifier to anStig Bjørlykke2-32/+120
object identifier when the capture does not contain a PRES package with a presentation context definition list for the conversation. Added a few expert infos. svn path=/trunk/; revision=27631
2009-03-06Adjust some indentation; reformat a line or two.Bill Meier1-18/+20
svn path=/trunk/; revision=27628
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.Bill Meier2-4/+4
svn path=/trunk/; revision=27627
2009-03-06From Alexis La Goutte (bug 3308):Stig Bjørlykke2-1/+18
Add DHCP(v4 & v6) Option for CAPWAP (RFC5417) svn path=/trunk/; revision=27625
2009-03-06From Steve Karg:Jaap Keuter1-1/+1
BACnet TimeSync message of 12:20 was displayed as 12:20 AM. It should have displayed as 12:20 PM. svn path=/trunk/; revision=27624
2009-03-06From Petr Sumbera (bug 3309):Stig Bjørlykke1-1/+0
Including openssl.h does not seem to be needed, so try removing it. svn path=/trunk/; revision=27623
2009-03-06From Michael Speck: Fix so compiles with VC6Bill Meier1-1/+1
svn path=/trunk/; revision=27620
2009-03-06Correct bug in heuristic so as to strengthen it a bit.Bill Meier1-3/+6
Specifically: a little research verifies that the correct heuristic is: Succeed if the byte at offset 0 is an STX *and* the bytes at offset 3/4 correspond to a valid OICQ command. The code was actually effectively doing an *or* and thus the heuristic was quite weak. svn path=/trunk/; revision=27619
2009-03-05Use some default true_false_string's.Stig Bjørlykke1-57/+37
Fixed a typo. svn path=/trunk/; revision=27618
2009-03-05Addded tfs_used_notused.Stig Bjørlykke3-0/+3
svn path=/trunk/; revision=27617
2009-03-05Remove stuff that's really "non-public" from .h files. Bill Meier4-32/+6
(Include in .c files as needed). svn path=/trunk/; revision=27616
2009-03-05Addition of Ping and PingAck messages.Jaap Keuter1-1/+83
svn path=/trunk/; revision=27615
2009-03-05Remove an unused variable.Stephen Fisher1-2/+0
svn path=/trunk/; revision=27614
2009-03-05Oops! Fix the fix Bill Meier1-8/+15
svn path=/trunk/; revision=27613
2009-03-05Minor rework of reg_handoff ...Bill Meier1-10/+5
svn path=/trunk/; revision=27612
2009-03-05Prefs callback not req'd ...Bill Meier1-3/+1
svn path=/trunk/; revision=27611
2009-03-05Minor rework of reg_handoff ...Bill Meier1-16/+5
svn path=/trunk/; revision=27610
2009-03-05Several small revisions:Bill Meier1-61/+60
- "if (!initialized)" not req'd in reg_handoff; - call find_dissector for "ppp" and "fr" only once in reg-handoff instead of each time the sub-dissector is called. - Move hf[] & etc to within proto_register... svn path=/trunk/; revision=27609
2009-03-05Get rid of an unused global variable.Guy Harris1-8/+5
svn path=/trunk/; revision=27608
2009-03-04Fix typo that caused compiler warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=27607
2009-03-04From Neil Piercy:Anders Broman2-100/+146
Embedded RRC messages not dissected. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3300 svn path=/trunk/; revision=27606
2009-03-04- Use correct length in TLV-E and LV-E.Anders Broman6-102/+490
- Update PD values to the latest spec. - Remove some non ASCII chars. - Start dissecton of LTE NAS ESM EPS messages and IE's. svn path=/trunk/; revision=27605
2009-03-04Map "x.25.*" preferences to "x25.*".Stig Bjørlykke1-1/+3
svn path=/trunk/; revision=27604
2009-03-03From Neil Piercy (bug 3299):Stig Bjørlykke1-1/+20
Added support for length greater than 127 (less than 16K). svn path=/trunk/; revision=27603
2009-03-03Use correct length.Anders Broman1-3/+2
svn path=/trunk/; revision=27602
2009-03-03Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=27601
2009-03-03Change key_len to guint16.Anders Broman1-1/+1
svn path=/trunk/; revision=27599
2009-03-03Moved the dissector_handle_t.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27598
2009-03-03Removed unused rpcap_handle.Stig Bjørlykke1-4/+1
svn path=/trunk/; revision=27597
2009-03-03Moved the dissector_handle_t.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27596
2009-03-03Renamed filter name to x25 to be like other X protocols.Stig Bjørlykke1-16/+16
svn path=/trunk/; revision=27595
2009-03-03Added support for Memcache Binary Protocol.Stig Bjørlykke2-0/+675
svn path=/trunk/; revision=27594
2009-03-03Add expert info when bad checksum.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=27593
2009-03-03Add a newline at the end of the file.Martin Mathieson1-1/+1
svn path=/trunk/; revision=27592
2009-03-03Artem Tamazov:Anders Broman2-0/+264
Introduction of decoding of MPLS payloads as HDLC PW (RFC4618) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3297 svn path=/trunk/; revision=27591
2009-03-03Artem Tamazov:Anders Broman3-97/+163
MPLS payload dissection: +menu for default, ~pw-eth, ~pw-generic https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3294 svn path=/trunk/; revision=27590
2009-03-03From Alvaro Vega Garcia:Anders Broman7-2/+944
Support ZIOP and MIOP (specialized CORBA protocols). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3238 svn path=/trunk/; revision=27589
2009-03-03From Sven Eckelmann:Anders Broman2-12/+13
Support aggregated originator messages in B.A.T.M.A.N. dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3268 svn path=/trunk/; revision=27588
2009-03-03From Michael Lum:Anders Broman1-189/+335
pESN detection fix and additional dissection enhancements. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3254 svn path=/trunk/; revision=27587
2009-03-03Export the E212 dissection routine.Anders Broman1-0/+1
svn path=/trunk/; revision=27586
2009-03-03Use the SCTP ppid for S1AP.Anders Broman4-8/+13
svn path=/trunk/; revision=27585
2009-03-03Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfoAnders Broman3-253/+516
from the RRC dissector. svn path=/trunk/; revision=27584