aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Fix a typo and get rid of some unused code warnings.etxrab1-4/+18
2010-02-02Try to get rid of unused code warnings.etxrab1-126/+13
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig52-22/+353
2010-02-02From Stephen Donnelly:etxrab3-21/+122
2010-02-01- Reorder some functions to avoid as many forward declarationsjmayer1-449/+450
2010-02-01Fix for Bug 3116dimeg4-3/+97
2010-02-01C-ize a C++ comment.gerald1-1/+1
2010-02-01C-ize a C++ comment.gerald1-1/+1
2010-02-01From Tobias Witek:etxrab4-79/+70
2010-02-01Use qualified rather than somewhat generic names for some enum definitions;wmeier1-76/+76
2010-02-01Use consistent indentation; remove trailing spaces/tabs on lines.wmeier1-2280/+2280
2010-02-01Various fixes:wmeier1-128/+182
2010-02-01- Make all top level elements filterable.jmayer1-64/+46
2010-02-01Create "decompressed Content" tab in hex bytes pane only if decompression act...wmeier1-48/+54
2010-02-01Bugfix: Hilight the correct range of bytes when dissecting embeededjmayer1-6/+17
2010-02-01Add a preference that allows the LTE RLC dissector to accept RLC PDUs truncat...martinm1-8/+67
2010-02-01From Jochen Bartl:jake1-58/+83
2010-01-31From Hitoshi Irino via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=43...morriss1-10/+10
2010-01-31From Jens Weibler:jake3-10/+175
2010-01-31[Automatic manuf and enterprise-numbers update for 2010-01-31]gerald1-6/+234
2010-01-30Added an option to try decoding unknown primitives as BER encoded data.stig1-22/+55
2010-01-30From Shivesh Makharia:jake1-0/+561
2010-01-30IANA updates and fixes for PPP types.jake2-27/+31
2010-01-29Fix two gcc -Wshadow warnings.wmeier2-29/+29
2010-01-29Preliminary fix for bug 4423.gerald1-5/+5
2010-01-29A few updates:wmeier2-21/+16
2010-01-29From Laurent Boulard:jake1-3/+18
2010-01-29From Jan Gerbecks via bug 4440:stig2-0/+1365
2010-01-29Add 3GPP2 OUI.etxrab2-36/+38
2010-01-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4368 :morriss1-45/+73
2010-01-28Fix various gcc -Wshadow warnings.wmeier11-147/+147
2010-01-28Activate dedicated EPS bearer context accept may have no IE's.etxrab1-0/+3
2010-01-28Fix gcc -Wshadow warnings.wmeier1-17/+17
2010-01-28Fix various gcc -Wshadow warnings.wmeier5-48/+48
2010-01-28Fix gcc -Wshadow warning.wmeier1-4/+4
2010-01-28Fix gcc -Wshadow warningswmeier1-10/+10
2010-01-28Fix gcc -Wshadow warningswmeier1-15/+15
2010-01-28(minor) packet-rtnet is a regular dissector (not an ASN1 dissector).wmeier1-1/+1
2010-01-27Update IS-801 Request Pseudorange Measurement; Renamedimeg1-48/+56
2010-01-27From Pascal Quantin: show decoding of the Power Headroom Level field as speci...martinm1-3/+72
2010-01-27From shivesh83@gmail.com:etxrab4-68/+87
2010-01-27Remove a check_col() in asn1 template file (SVN #31519 did only the generated...wmeier1-4/+4
2010-01-27Use generated file from latest asn1 ...wmeier1-11/+9
2010-01-27Use generated file from latest asn1 ...wmeier1-4/+3
2010-01-27Use generated file from latest asn1 (missed in SVN #31544).wmeier1-13/+7
2010-01-27Remove a check_col() in asn1 template file (SVN #31519 did only the generated...wmeier1-4/+4
2010-01-27Make the good/bad checksum values as generated even when the UDP checksum is 0.sfisher1-2/+4
2010-01-26Remove two unused global variables (one of which was causing a gcc -Wshadow w...wmeier1-5/+3
2010-01-26Cleanup the escape/unescape underscore in Packet List column headers.stig1-4/+4
2010-01-26Move underscore escaping/unscaping function to strutil.c;dimeg6-88/+104