index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-frame.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow multiple registrations of a protocol in dissector tables.
Michael Mann
2015-11-04
1
-2
/
+2
*
Don't include "file.h" if you don't need it.
Guy Harris
2015-11-04
1
-0
/
+1
*
Make incomplete dissectors bytes more visible
Michal Labedzki
2015-10-17
1
-3
/
+2
*
Add preference for disabling 'packet size limited during capture' message in ...
Michael Mann
2015-07-17
1
-0
/
+5
*
Pass the pseudo-header to wtap_encap dissectors via the "data" argument.
Guy Harris
2015-06-16
1
-7
/
+11
*
Duplicate the presence of the "ignored" field in order to remove proto_tree_a...
Michael Mann
2015-05-26
1
-2
/
+2
*
Reduce epan dependence on dissectors by having print module "cache" the proto...
Michael Mann
2015-03-20
1
-5
/
+5
*
Small improvement in incomplete dissectors check.
Dario Lombardo
2015-03-09
1
-7
/
+9
*
Support for looking for incomplete dissectors.
Dario Lombardo
2015-02-12
1
-0
/
+29
*
Remove pkt_comment member from packet_info structure.
Michael Mann
2015-01-02
1
-14
/
+19
*
Cleanup use of #includes in non-generated epan/dissector/*.c
Bill Meier
2014-12-21
1
-5
/
+2
*
Remove annex_a_used from packet_info structure.
Michael Mann
2014-12-06
1
-1
/
+0
*
Remove file_type_subtype member from packet_info.
Michael Mann
2014-11-16
1
-6
/
+12
*
Adjust indentation to match editor modelines; Do other minor whitespace changes.
Bill Meier
2014-10-06
1
-24
/
+24
*
Fix spelling: cant-->can't, wont-->won't, etc
Bill Meier
2014-09-16
1
-1
/
+1
*
Fix ISO C does not allow extra ';' outside of a function [-Wpedantic]
Alexis La Goutte
2014-08-16
1
-1
/
+1
*
Remove debugging info from protocol tree for frame
Graham Bloice
2014-07-01
1
-16
/
+0
*
Revert "Fixup: tvb_* -> tvb_captured"
Michael Mann
2014-06-19
1
-1
/
+1
*
Fixup: tvb_* -> tvb_captured
Dario Lombardo
2014-06-18
1
-1
/
+1
*
Add support for dissecting non-packet records.
Guy Harris
2014-05-25
1
-56
/
+92
*
Don't use -1 as length in frame dissector.
Evan Huus
2014-05-14
1
-4
/
+4
*
Minor optimization to packet-frame.c
Evan Huus
2014-05-11
1
-1
/
+1
*
(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...
Bill Meier
2014-03-07
1
-2
/
+2
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Add missing includes
Jakub Zawadzki
2013-12-21
1
-0
/
+2
*
Add bytestring_to_str() which takes a wmem scope and is otherwise identical to
Evan Huus
2013-12-19
1
-1
/
+1
*
Rename a couple of to_str functions to have ep_ in the name. This makes it
Evan Huus
2013-12-19
1
-1
/
+1
*
Fix [-Wmissing-prototypes]
Jakub Zawadzki
2013-12-15
1
-0
/
+3
*
Avoid including <epan/epan.h> in dissectors.
Jakub Zawadzki
2013-12-03
1
-0
/
+1
*
Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...
Michael Mann
2013-11-23
1
-1
/
+1
*
Add missing includes in order to remove exceptions.h from proto.h (next commit).
Jakub Zawadzki
2013-11-10
1
-0
/
+1
*
Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list of
Evan Huus
2013-11-05
1
-8
/
+28
*
Do not reset pinfo->curr_layer_num in packet-frame.c
Pascal Quantin
2013-10-27
1
-1
/
+0
*
Convert proto_tree_add_int64_format calls to proto_tree_add_int64_format_valu...
Michael Mann
2013-09-30
1
-2
/
+2
*
expert_add_info_format_text -> expert_add_info_format
Michael Mann
2013-09-09
1
-2
/
+2
*
Move a bunch of the crypt modules and pint.h into wsutil.
Jeff Morriss
2013-08-01
1
-7
/
+9
*
Remove fdata->opt_comment, add pkt_comment to pinfo
Jakub Zawadzki
2013-08-01
1
-4
/
+4
*
Remove interface_id, pack_flags from frame_data structure.
Jakub Zawadzki
2013-07-30
1
-23
/
+23
*
make some variables static
Jakub Zawadzki
2013-07-27
1
-3
/
+3
*
Abuse epan_t more: add callback to get interface name.
Jakub Zawadzki
2013-07-22
1
-2
/
+8
*
Replace relative timestamp with reference frame number. Saves 16B per frame.
Jakub Zawadzki
2013-07-21
1
-1
/
+1
*
Add helper function to epan_session which can be used to get absolute timesta...
Jakub Zawadzki
2013-07-21
1
-2
/
+2
*
expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicable
Michael Mann
2013-07-03
1
-10
/
+2
*
Batch of filterable expert infos.
Michael Mann
2013-05-26
1
-5
/
+14
*
Un-shadow a couple of variables.
Gerald Combs
2013-05-15
1
-3
/
+3
*
- Use the key for comparison of per_proto_data.
Anders Broman
2013-05-15
1
-0
/
+16
*
Add curr_layer_num which can be used to keep track of multiple occurances of ...
Anders Broman
2013-04-23
1
-0
/
+1
*
From beroset:
Anders Broman
2013-03-19
1
-1
/
+1
*
Move show_exception() and show_reported_bounds_error() to
Guy Harris
2013-02-27
1
-121
/
+5
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-1
/
+1
[next]